[Xcb] [PATCH] Build xcb-xkb by default
Michael Stapelberg
michael+xcb at stapelberg.de
Mon Aug 5 13:17:46 PDT 2013
Hi,
I am going to commit this tomorrow evening unless somebody objects
(also, Signed-Off-Bys welcome):
Subject: [PATCH] Build xcb-xkb by default
There have not been any big issues with xcb-xkb recently.
Also, Wayland is using xcb-xkb actively, making distributions compile
libxcb with xkb support anyway, so let’s reflect reality :).
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 7364383..8cc5775 100644
--- a/configure.ac
+++ b/configure.ac
@@ -192,7 +192,7 @@ XCB_EXTENSION(XFixes, "yes")
XCB_EXTENSION(XFree86-DRI, "yes")
XCB_EXTENSION(Xinerama, "yes")
XCB_EXTENSION(XInput, "no")
-XCB_EXTENSION(XKB, "no")
+XCB_EXTENSION(XKB, "yes")
XCB_EXTENSION(Xprint, "yes")
XCB_EXTENSION(SELinux, "no")
XCB_EXTENSION(XTest, "yes")
--
Best regards,
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Build-xcb-xkb-by-default.patch
Type: text/x-diff
Size: 969 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20130805/fcc98f23/attachment.patch>
More information about the Xcb
mailing list