mesa: don't require wayland things with wayland disabled (#50559)
This commit is contained in:
parent
f52b7f5c34
commit
ce5ba1ca44
@ -148,8 +148,8 @@ let self = stdenv.mkDerivation {
|
|||||||
libffi libvdpau libelf libXvMC
|
libffi libvdpau libelf libXvMC
|
||||||
libpthreadstubs openssl/*or another sha1 provider*/
|
libpthreadstubs openssl/*or another sha1 provider*/
|
||||||
valgrind-light python2 python2.pkgs.Mako
|
valgrind-light python2 python2.pkgs.Mako
|
||||||
] ++ lib.optionals stdenv.isLinux [ wayland wayland-protocols
|
] ++ lib.optionals (elem "wayland" eglPlatforms) [ wayland wayland-protocols ]
|
||||||
libomxil-bellagio libva-minimal ];
|
++ lib.optionals stdenv.isLinux [ libomxil-bellagio libva-minimal ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user