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-14 01:46:44 +02:00
parent e9f0d1013d
commit 8e3a92e306

View File

@ -49,6 +49,7 @@ in
libxcb = attrs : attrs // {
nativeBuildInputs = [ args.python ];
configureFlags = "--enable-xkb";
};
xcbproto = attrs : attrs // {