[Xcb] [PATCH] Build xcb-xkb by default

Paeglis Gatis Gatis.Paeglis at digia.com
Mon Aug 5 14:25:04 PDT 2013


Nice, I have a code in Qt 5 that has been waiting for this.
________________________________________
From: xcb-bounces+gatis.paeglis=digia.com at lists.freedesktop.org [xcb-bounces+gatis.paeglis=digia.com at lists.freedesktop.org] on behalf of Michael Stapelberg [michael+xcb at stapelberg.de]
Sent: Monday, August 05, 2013 10:17 PM
To: xcb at lists.freedesktop.org
Subject: [Xcb] [PATCH] Build xcb-xkb by default

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


More information about the Xcb mailing list