mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
kde5.plasma: Use 'dev' output of xf86inputsynaptics
This commit is contained in:
parent
2f50cfe25f
commit
dcf0e8ac48
@ -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"
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user