From a064437898064f0906e1676caa5823c8334e77c7 Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Sat, 19 Nov 2005 07:15:44 +0000 Subject: Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots. --- ChangeLog | 6 ++++++ dmx.pc.in | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d442ff..636fadc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-19 Kevin E. Martin + + * dmx.pc.in: + Update pkgconfig files to separate library build-time dependencies + from application build-time dependencies. + 2005-11-13 Alan Coopersmith * configure.ac: 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 -- cgit v1.2.1