libxcb: add xinput support (close #9835)

This commit is contained in:
Benjamin Saunders 2015-09-12 23:35:48 -07:00 committed by Vladimír Čunát
parent 8ab4c20998
commit a6f6c0eeeb

View file

@ -72,7 +72,7 @@ in
libxcb = attrs : attrs // {
nativeBuildInputs = [ args.python ];
configureFlags = "--enable-xkb";
configureFlags = "--enable-xkb --enable-xinput";
outputs = [ "out" "doc" "man" ];
};