summaryrefslogtreecommitdiff
path: root/sm.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:39 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:39 +0000
commit69c50fbc49f7589aa6afcf1be00be22a78ec3daa (patch)
treec160dfe8c4b1eeff4003fc7e8d911ba1b3a3aa88 /sm.pc.in
parentdea915c93437443b6bd4933263df44e734e40320 (diff)
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work with separate build roots.
Diffstat (limited to 'sm.pc.in')
-rw-r--r--sm.pc.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/sm.pc.in b/sm.pc.in
index 10f8a1c..ab1261e 100644
--- a/sm.pc.in
+++ b/sm.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: SM
Description: X Session Management Library
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lSM @SM_LIBS@
-Cflags: -I${includedir} @SM_CFLAGS@
+Requires: ice xproto
+Requires.private: ice
+Cflags: -I${includedir}
+Libs: -L${libdir} -lSM