xf86_input_multitouch: fix build
This commit is contained in:
parent
e4c70c56af
commit
8d95889fe6
@ -7,6 +7,7 @@
|
||||
, xextproto
|
||||
, inputproto
|
||||
, randrproto
|
||||
, xorg
|
||||
, libpciaccess
|
||||
}:
|
||||
|
||||
@ -30,7 +31,11 @@ stdenv.mkDerivation {
|
||||
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 = ''
|
||||
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_multitouch =
|
||||
callPackage ../os-specific/linux/xf86-input-multitouch { };
|
||||
xf86_input_multitouch = callPackage ../os-specific/linux/xf86-input-multitouch { };
|
||||
|
||||
xf86_input_wacom = callPackage ../os-specific/linux/xf86-input-wacom { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user