summaryrefslogtreecommitdiff
path: root/xinerama.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:41 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:41 +0000
commitd1078682cc64b0a669c6180839efd8a137b90d13 (patch)
tree35c927d4aeb3b6aa244420ec172e62b2d3406fd5 /xinerama.pc.in
parent0af77179518266232a5e3b10f180325a21dd3343 (diff)
downloadxorg-lib-libXinerama-d1078682cc64b0a669c6180839efd8a137b90d13.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 'xinerama.pc.in')
-rw-r--r--xinerama.pc.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/xinerama.pc.in b/xinerama.pc.in
index 5fe10fd..a2ffe1b 100644
--- a/xinerama.pc.in
+++ b/xinerama.pc.in
@@ -6,6 +6,7 @@ includedir=@includedir@
Name: Xinerama
Description: The Xinerama Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @XINERAMA_CFLAGS@
-Libs: -L${libdir} -lXinerama @XINERAMA_LIBS@
-
+Requires: xineramaproto
+Requires.private: x11 xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXinerama