diff options
author | Martin Stransky <stransky@redhat.com> | 2019-03-25 13:51:39 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-03-25 13:51:39 +0100 |
commit | c20bee6187555d8575c0f6d6ec4e1d2561dd4571 (patch) | |
tree | 8b94e044136f8bcc0ba57f20f55fb070099712de /firefox.spec | |
parent | Updated to 66.0.1 (Build 1) (diff) | |
download | librewolf-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.spec | 3 |
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 |