summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5f659901..d26bf0a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -442,7 +442,8 @@ AC_OUTPUT([Makefile
nls/zh_TW/Makefile
nls/zh_TW.big5/Makefile
nls/zh_TW.UTF-8/Makefile
- x11.pc])
+ x11.pc
+ x11-xcb.pc])
echo ""
echo "X11 will be built with the following settings:"