xf86_input_multitouch: fix build
This commit is contained in:
parent
e4c70c56af
commit
8d95889fe6
@ -7,6 +7,7 @@
|
|||||||
, xextproto
|
, xextproto
|
||||||
, inputproto
|
, inputproto
|
||||||
, randrproto
|
, randrproto
|
||||||
|
, xorg
|
||||||
, libpciaccess
|
, libpciaccess
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -30,7 +31,11 @@ stdenv.mkDerivation {
|
|||||||
EndSection
|
EndSection
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ mtdev xproto xextproto inputproto libpciaccess randrproto ];
|
buildInputs = with xorg; [
|
||||||
|
mtdev xproto xextproto inputproto libpciaccess randrproto renderproto
|
||||||
|
xineramaproto resourceproto scrnsaverproto kbproto libxcb videoproto
|
||||||
|
dri3proto presentproto
|
||||||
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
make INCLUDE="$NIX_CFLAGS_COMPILE -I${xorgserver.dev}/include/xorg -I${pixman}/include/pixman-1 -Iinclude"
|
make INCLUDE="$NIX_CFLAGS_COMPILE -I${xorgserver.dev}/include/xorg -I${pixman}/include/pixman-1 -Iinclude"
|
||||||
|
@ -12065,8 +12065,7 @@ with pkgs;
|
|||||||
|
|
||||||
xf86_input_mtrack = callPackage ../os-specific/linux/xf86-input-mtrack { };
|
xf86_input_mtrack = callPackage ../os-specific/linux/xf86-input-mtrack { };
|
||||||
|
|
||||||
xf86_input_multitouch =
|
xf86_input_multitouch = callPackage ../os-specific/linux/xf86-input-multitouch { };
|
||||||
callPackage ../os-specific/linux/xf86-input-multitouch { };
|
|
||||||
|
|
||||||
xf86_input_wacom = callPackage ../os-specific/linux/xf86-input-wacom { };
|
xf86_input_wacom = callPackage ../os-specific/linux/xf86-input-wacom { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user