diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:01 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:01 +0000 |
commit | e937da932f616015befffbf3340b1f3c4a34dc1f (patch) | |
tree | 551a17a70c9bf9df16bf7918b1209c0ad042940f /xcomposite.pc.in | |
parent | 999bc86206564f0adda375076e834465ef97e5f5 (diff) |
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 'xcomposite.pc.in')
-rw-r--r-- | xcomposite.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xcomposite.pc.in b/xcomposite.pc.in index 2e51c29..0f63312 100644 --- a/xcomposite.pc.in +++ b/xcomposite.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: Xcomposite Description: X Composite Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @DEP_CFLAGS@ -Libs: -L${libdir} -lXcomposite @DEP_LIBS@ +Cflags: -I${includedir} @XCOMPOSITE_CFLAGS@ +Libs: -L${libdir} -lXcomposite @XCOMPOSITE_LIBS@ |