summaryrefslogtreecommitdiff
path: root/xrender.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:43 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:43 +0000
commitc2874804715f99c6c735079cc018db77494ba0cd (patch)
treeee3f64b3650cff51dc4493bc43986fce522adce3 /xrender.pc.in
parent438e7bc5783ae00c200ef239cb0ebbe828cdb900 (diff)
downloadxorg-lib-libXrender-c2874804715f99c6c735079cc018db77494ba0cd.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 'xrender.pc.in')
-rw-r--r--xrender.pc.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/xrender.pc.in b/xrender.pc.in
index 5cc898b..dd30ce9 100644
--- a/xrender.pc.in
+++ b/xrender.pc.in
@@ -6,6 +6,7 @@ includedir=@includedir@
Name: Xrender
Description: X Render Library
Version: @VERSION@
-Requires: @X_REQUIRES@
-Cflags: -I${includedir} @RENDER_CFLAGS@ @X_NON_PKG_CFLAGS@
-Libs: -L${libdir} -lXrender @X_NON_PKG_LIBS@
+Requires: xproto renderproto >= @RENDER_VERSION@ x11
+Requires.private: x11
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXrender