summaryrefslogtreecommitdiff
path: root/dmx.pc.in
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-08-03 03:28:03 +0000
committerAdam Jackson <ajax@nwnk.net>2005-08-03 03:28:03 +0000
commitc0414eb4d8c710fac94ea32bc47031e1855c6fdb (patch)
tree29d22a72b1311daef4e101b0a4c8b1b68bd73e67 /dmx.pc.in
parente51544b67812183184becaf6cd2ba907483bcea7 (diff)
downloadxorg-lib-libdmx-c0414eb4d8c710fac94ea32bc47031e1855c6fdb.tar.gz
Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
a global configure cache don't get confused.
Diffstat (limited to 'dmx.pc.in')
-rw-r--r--dmx.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmx.pc.in b/dmx.pc.in
index 8500c9f..6110ac7 100644
--- a/dmx.pc.in
+++ b/dmx.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: dmx
Description: The dmx Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @DEP_CFLAGS@
-Libs: -L${libdir} -ldmx @DEP_LIBS@
+Cflags: -I${includedir} @DMX_CFLAGS@
+Libs: -L${libdir} -ldmx @DMX_LIBS@