xf86-input-keyboard: Needs pixman
This commit is contained in:
parent
27339f2ad8
commit
5315a0bb6d
@ -161,6 +161,11 @@ in
|
|||||||
installFlags = "sdkdir=\${out}/include/xorg";
|
installFlags = "sdkdir=\${out}/include/xorg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xf86inputkeyboard = attrs: attrs // {
|
||||||
|
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
|
||||||
|
buildInputs = attrs.buildInputs ++ [xorg.pixman];
|
||||||
|
};
|
||||||
|
|
||||||
xf86inputmouse = attrs: attrs // {
|
xf86inputmouse = attrs: attrs // {
|
||||||
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
|
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
|
||||||
buildInputs = attrs.buildInputs ++ [xorg.pixman];
|
buildInputs = attrs.buildInputs ++ [xorg.pixman];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user