summaryrefslogtreecommitdiff
path: root/x11.pc.in
diff options
context:
space:
mode:
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@