summaryrefslogtreecommitdiff
path: root/ice.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
commita15b179f2e8e359161d9133bac58dde57b7e78ae (patch)
tree79bf17587b3c1361a6ce49f4e02eb0bb195dc868 /ice.pc.in
parentc386a08047582240adefafd3afc062e52fccae6f (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 'ice.pc.in')
-rw-r--r--ice.pc.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/ice.pc.in b/ice.pc.in
index 3c8ee84..b96c9f8 100644
--- a/ice.pc.in
+++ b/ice.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: ICE
Description: X Inter Client Exchange Library
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lICE @ICE_LIBS@
-Cflags: -I${includedir} @ICE_CFLAGS@
+Requires: xproto
+Cflags: -I${includedir}
+Libs: -L${libdir} -lICE