Remove MOZ_ENABLE_WAYLAND=0 as it run Firefox on Wayland

This commit is contained in:
Martin Stransky 2020-12-14 21:32:35 +01:00
parent 2f682bc905
commit 757ced5c2a

View File

@ -691,7 +691,7 @@ fi
%if %{test_on_wayland}
MOZ_ENABLE_WAYLAND=1 ./mach build 2>&1 | cat -
%else
MOZ_ENABLE_WAYLAND=0 xvfb-run ./mach build 2>&1 | cat -
xvfb-run ./mach build 2>&1 | cat -
%endif
%else
./mach build 2>&1 | cat -