summaryrefslogtreecommitdiff
path: root/x11-xcb.pc.in
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-10-05 17:44:22 -0700
committerJosh Triplett <josh@freedesktop.org>2006-10-05 17:44:22 -0700
commite754b3b078d556c7861da56aad47d244e9199e06 (patch)
tree45ad176d873ed26187289ad1e2fe1e5bd923f030 /x11-xcb.pc.in
parentffd367f708b295abaedf3a23a1bfd4710d171d6f (diff)
downloadxorg-lib-libX11-e754b3b078d556c7861da56aad47d244e9199e06.tar.gz
Split public Xlib/XCB functions into libX11-xcb
We can never change the libX11 soname, and we don't want to commit to never changing the public Xlib/XCB functions, so split them into a separate library libX11-xcb. This also means that a program linked solely against libX11 should work with either Xlib or Xlib/XCB, which will make life easier for package maintainers. Signed-off-by: Josh Triplett <josh@freedesktop.org> Acked-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'x11-xcb.pc.in')
-rw-r--r--x11-xcb.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-xcb.pc.in b/x11-xcb.pc.in
new file mode 100644
index 00000000..315a9d17
--- /dev/null
+++ b/x11-xcb.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: X11 XCB
+Description: X Library XCB interface
+Version: @PACKAGE_VERSION@
+Requires: x11 xcb
+Cflags: -I${includedir}
+Libs: -L${libdir} -lX11-xcb