summaryrefslogtreecommitdiff
path: root/x11.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:39 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:39 +0000
commitfa1f4a08112bfa14d3758f4702733dd3892966c3 (patch)
tree671268d4f8cbd68ccd3a1438c800c14027b4e744 /x11.pc.in
parent7012f9b56c594cf40855ba0dbf93af1263417a8c (diff)
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 'x11.pc.in')
-rw-r--r--x11.pc.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11.pc.in b/x11.pc.in
index c9ff11d..ee3c097 100644
--- a/x11.pc.in
+++ b/x11.pc.in
@@ -8,5 +8,8 @@ xthreadlib=@XTHREADLIB@
Name: X11
Description: X Library
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lX11 @XPROTO_LIBS@ @LIBS@
-Cflags: -I${includedir} @XPROTO_CFLAGS@ @XTHREAD_CFLAGS@
+Requires: xproto @XKBPROTO_REQUIRES@
+Requires.private: xau xdmcp
+Cflags: -I${includedir} @XTHREAD_CFLAGS@
+Libs: -L${libdir} -lX11
+Libs.private: @XTHREADLIB@