Remove MOZ_ENABLE_WAYLAND=0 as it run Firefox on Wayland
This commit is contained in:
parent
2f682bc905
commit
757ced5c2a
@ -691,7 +691,7 @@ fi
|
|||||||
%if %{test_on_wayland}
|
%if %{test_on_wayland}
|
||||||
MOZ_ENABLE_WAYLAND=1 ./mach build 2>&1 | cat -
|
MOZ_ENABLE_WAYLAND=1 ./mach build 2>&1 | cat -
|
||||||
%else
|
%else
|
||||||
MOZ_ENABLE_WAYLAND=0 xvfb-run ./mach build 2>&1 | cat -
|
xvfb-run ./mach build 2>&1 | cat -
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
./mach build 2>&1 | cat -
|
./mach build 2>&1 | cat -
|
||||||
|
Loading…
Reference in New Issue
Block a user