summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 561460e..eb7f835 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -30,6 +30,9 @@ ExcludeArch: s390x
%if 0%{?fedora} > 30
%global wayland_backend_default 1
%endif
+%if 0%{?flatpak}
+%global wayland_backend_default 1
+%endif
# Big endian platforms
%ifarch ppc64 s390x
%global big_endian 1
bgstack15