summaryrefslogtreecommitdiff
path: root/xcomposite.pc.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-11 22:28:03 +0000
committerKeith Packard <keithp@keithp.com>2005-07-11 22:28:03 +0000
commit0e95afc461f8f72759911400f664a05a6cd90312 (patch)
treee77a426530360a41ac47821bc2c6b4c24c6d25f0 /xcomposite.pc.in
parent7098e81fd4d933ca922431280579049396466d23 (diff)
downloadxorg-lib-libXcomposite-0e95afc461f8f72759911400f664a05a6cd90312.tar.gz
Require modular X library. Unify dependency _CFLAGS/_LIBS
Diffstat (limited to 'xcomposite.pc.in')
-rw-r--r--xcomposite.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/xcomposite.pc.in b/xcomposite.pc.in
index 2d47fa4..2e51c29 100644
--- a/xcomposite.pc.in
+++ b/xcomposite.pc.in
@@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: Xdamage
+Name: Xcomposite
Description: X Composite Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @XCOMPOSITE_CFLAGS@ @X_CFLAGS@
-Libs: -L${libdir} -lXcomposite @XCOMPOSITE_LIBS@ @X_LIBS@
+Cflags: -I${includedir} @DEP_CFLAGS@
+Libs: -L${libdir} -lXcomposite @DEP_LIBS@