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 // {
|
libxcb = attrs : attrs // {
|
||||||
nativeBuildInputs = [ args.python ];
|
nativeBuildInputs = [ args.python ];
|
||||||
|
configureFlags = "--enable-xkb";
|
||||||
};
|
};
|
||||||
|
|
||||||
xcbproto = attrs : attrs // {
|
xcbproto = attrs : attrs // {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user