From 757ced5c2a866e9ad53702690a6a0a9e0b609474 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 14 Dec 2020 21:32:35 +0100 Subject: Remove MOZ_ENABLE_WAYLAND=0 as it run Firefox on Wayland --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefox.spec') 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 - -- cgit