summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 584b1f8..db97381 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -4,6 +4,8 @@
# Make Wayland backend default?
%if 0%{?fedora} > 29
%global wayland_backend_default 1
+%else
+%global wayland_backend_default 0
%endif
# Use system sqlite?
bgstack15