summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 3eefb70..8a917d1 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -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 -
bgstack15