plasma-desktop: fix synaptics include
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
This commit is contained in:
parent
f24259a5e4
commit
f8394adae9
@ -41,11 +41,11 @@ mkDerivation {
|
|||||||
'';
|
'';
|
||||||
CXXFLAGS = [
|
CXXFLAGS = [
|
||||||
"-I${lib.getDev xorgserver}/include/xorg"
|
"-I${lib.getDev xorgserver}/include/xorg"
|
||||||
|
"-I${lib.getDev xf86inputsynaptics}/include/xorg"
|
||||||
''-DNIXPKGS_HWCLOCK=\"${lib.getBin util-linux}/sbin/hwclock\"''
|
''-DNIXPKGS_HWCLOCK=\"${lib.getBin util-linux}/sbin/hwclock\"''
|
||||||
];
|
];
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DEvdev_INCLUDE_DIRS=${lib.getDev xf86inputevdev}/include/xorg"
|
"-DEvdev_INCLUDE_DIRS=${lib.getDev xf86inputevdev}/include/xorg"
|
||||||
"-DSynaptics_INCLUDE_DIRS=${lib.getDev xf86inputsynaptics}/include/xorg"
|
|
||||||
"-DXORGLIBINPUT_INCLUDE_DIRS=${lib.getDev xf86inputlibinput}/include/xorg"
|
"-DXORGLIBINPUT_INCLUDE_DIRS=${lib.getDev xf86inputlibinput}/include/xorg"
|
||||||
];
|
];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user