libxcb: add xinput support (close #9835)

This commit is contained in:
Benjamin Saunders
2015-09-13 10:51:21 +02:00
committed by Vladimír Čunát
parent 8ab4c20998
commit a6f6c0eeeb
+1 -1
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" ];
};