summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-25 13:51:39 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-25 13:51:39 +0100
commitc20bee6187555d8575c0f6d6ec4e1d2561dd4571 (patch)
tree8b94e044136f8bcc0ba57f20f55fb070099712de /firefox.spec
parentUpdated to 66.0.1 (Build 1) (diff)
downloadlibrewolf-fedora-ff-c20bee6187555d8575c0f6d6ec4e1d2561dd4571.tar.gz
librewolf-fedora-ff-c20bee6187555d8575c0f6d6ec4e1d2561dd4571.tar.bz2
librewolf-fedora-ff-c20bee6187555d8575c0f6d6ec4e1d2561dd4571.zip
Make wayland default on flatpak
Diffstat (limited to 'firefox.spec')
-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