summaryrefslogtreecommitdiff
path: root/dmx.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:44 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:44 +0000
commita064437898064f0906e1676caa5823c8334e77c7 (patch)
tree8aa610245440954a02d514f05fb258634f9cecec /dmx.pc.in
parent6424ff482a845160bc1146bb8a17fa2bde976685 (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 'dmx.pc.in')
-rw-r--r--dmx.pc.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/dmx.pc.in b/dmx.pc.in
index 6110ac7..823d45a 100644
--- a/dmx.pc.in
+++ b/dmx.pc.in
@@ -6,6 +6,7 @@ includedir=@includedir@
Name: dmx
Description: The dmx Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @DMX_CFLAGS@
-Libs: -L${libdir} -ldmx @DMX_LIBS@
-
+Requires: dmxproto
+Requires.private: x11 xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -ldmx