forked from mirrors/nixpkgs
libxcb: add xinput support (close #9835)
This commit is contained in:
parent
8ab4c20998
commit
a6f6c0eeeb
|
@ -72,7 +72,7 @@ in
|
|||
|
||||
libxcb = attrs : attrs // {
|
||||
nativeBuildInputs = [ args.python ];
|
||||
configureFlags = "--enable-xkb";
|
||||
configureFlags = "--enable-xkb --enable-xinput";
|
||||
outputs = [ "out" "doc" "man" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue