From 756399aa14618be0a8ac2e0a824356abf69cc466 Mon Sep 17 00:00:00 2001
From: Julien Cristau <jcristau@debian.org>
Date: Fri, 18 Jul 2008 16:12:29 +0200
Subject: [PATCH] sm.pc: don't export a dependency on ice
use Requires.private for this
---
sm.pc.in | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/sm.pc.in b/sm.pc.in
index ab1261e..aefc38c 100644
--- a/sm.pc.in
+++ b/sm.pc.in
@@ -6,7 +6,6 @@ includedir=@includedir@
Name: SM
Description: X Session Management Library
Version: @PACKAGE_VERSION@
-Requires: ice xproto
-Requires.private: ice
+Requires.private: ice xproto
Cflags: -I${includedir}
Libs: -L${libdir} -lSM
--
1.5.6.2