summaryrefslogtreecommitdiff
path: root/xtst.pc.in
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-08-03 03:28:02 +0000
committerAdam Jackson <ajax@nwnk.net>2005-08-03 03:28:02 +0000
commit6578854789201d229f20ae560d4b7051e9402c84 (patch)
treecab38091376f307cedc18c537b1a72fa6a2f6a0b /xtst.pc.in
parentaa10e9ef0425286da35fb3312dd6df31066c627a (diff)
downloadxorg-lib-libXtst-6578854789201d229f20ae560d4b7051e9402c84.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 'xtst.pc.in')
-rw-r--r--xtst.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/xtst.pc.in b/xtst.pc.in
index cded463..d429bdd 100644
--- a/xtst.pc.in
+++ b/xtst.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: Xtst
Description: The Xtst Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @DEP_CFLAGS@
-Libs: -L${libdir} -lXtst @DEP_LIBS@
+Cflags: -I${includedir} @XTST_CFLAGS@
+Libs: -L${libdir} -lXtst @XTST_LIBS@