kde5.plasma: Use 'dev' output of xf86inputsynaptics

This commit is contained in:
Tuomas Tynkkynen 2016-08-28 00:28:02 +03:00
parent 2f50cfe25f
commit dcf0e8ac48

View File

@ -36,6 +36,6 @@ plasmaPackage rec {
NIX_CFLAGS_COMPILE = [ "-I${xorgserver.dev}/include/xorg" ];
cmakeFlags = [
"-DEvdev_INCLUDE_DIRS=${xf86inputevdev.dev}/include/xorg"
"-DSynaptics_INCLUDE_DIRS=${xf86inputsynaptics}/include/xorg"
"-DSynaptics_INCLUDE_DIRS=${xf86inputsynaptics.dev}/include/xorg"
];
}