libxcb: enable XKB extension

SDDM, a display manager that I'm trying to package, depends on this.
This commit is contained in:
Bjørn Forsman
2013-07-16 19:25:43 +02:00
parent e9f0d1013d
commit 8e3a92e306
+1
View File
@@ -49,6 +49,7 @@ in
libxcb = attrs : attrs // {
nativeBuildInputs = [ args.python ];
configureFlags = "--enable-xkb";
};
xcbproto = attrs : attrs // {