diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:44 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:44 +0000 |
commit | a064437898064f0906e1676caa5823c8334e77c7 (patch) | |
tree | 8aa610245440954a02d514f05fb258634f9cecec | |
parent | 6424ff482a845160bc1146bb8a17fa2bde976685 (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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | dmx.pc.in | 7 |
2 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * dmx.pc.in: + Update pkgconfig files to separate library build-time dependencies + from application build-time dependencies. + 2005-11-13 Alan Coopersmith <alan.coopersmith@sun.com> * configure.ac: @@ -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 |