libxcb: enable XKB extension
SDDM, a display manager that I'm trying to package, depends on this.
This commit is contained in:
parent
e9f0d1013d
commit
8e3a92e306
|
@ -49,6 +49,7 @@ in
|
|||
|
||||
libxcb = attrs : attrs // {
|
||||
nativeBuildInputs = [ args.python ];
|
||||
configureFlags = "--enable-xkb";
|
||||
};
|
||||
|
||||
xcbproto = attrs : attrs // {
|
||||
|
|
Loading…
Reference in New Issue