summaryrefslogtreecommitdiff
path: root/xcomposite.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:40 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:40 +0000
commit88e068f78c24861599829364b393ebb8b0eb6711 (patch)
tree3661a0f447bf476e75067c123536de2075331cc9 /xcomposite.pc.in
parent5c429e965d88711a836227b65ab4ef2dc4739932 (diff)
downloadxorg-lib-libXcomposite-88e068f78c24861599829364b393ebb8b0eb6711.tar.gz
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work with separate build roots.
Diffstat (limited to 'xcomposite.pc.in')
-rw-r--r--xcomposite.pc.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/xcomposite.pc.in b/xcomposite.pc.in
index 0f63312..18c2a12 100644
--- a/xcomposite.pc.in
+++ b/xcomposite.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: Xcomposite
Description: X Composite Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @XCOMPOSITE_CFLAGS@
-Libs: -L${libdir} -lXcomposite @XCOMPOSITE_LIBS@
+Requires: xproto compositeproto >= @COMPOSITEEXT_VERSION@ xfixes
+Requires.private: x11 xfixes xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXcomposite