summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-29 11:53:07 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-29 11:53:07 +0100
commit9de33b36f0a519758c9113544e69544827319316 (patch)
tree2c6d33dce81f1e7a9626a25b3eb3f60f747ce3dd /firefox.spec
parentAdded fix for mozbz#1539471 - wayland popups/tooltips (diff)
downloadlibrewolf-fedora-ff-9de33b36f0a519758c9113544e69544827319316.tar.gz
librewolf-fedora-ff-9de33b36f0a519758c9113544e69544827319316.tar.bz2
librewolf-fedora-ff-9de33b36f0a519758c9113544e69544827319316.zip
Enabled pipewire for flatpak
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index eb32302..7334e13 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -209,11 +209,9 @@ BuildRequires: clang-libs
%if 0%{?build_with_clang}
BuildRequires: lld
%endif
-%if !0%{?flatpak}
%if 0%{?fedora} > 28
BuildRequires: pipewire-devel
%endif
-%endif
%if !0%{?use_bundled_cbindgen}
BuildRequires: cbindgen
%endif
@@ -372,11 +370,9 @@ This package contains results of tests executed during build.
%endif
# Wayland specific upstream patches
-%if !0%{?flatpak}
%if 0%{?fedora} > 28
%patch574 -p1 -b .firefox-pipewire
%endif
-%endif
%patch575 -p1 -b .mozilla-1423598-popup
%patch576 -p1 -b .mozilla-1532643-popup
%patch577 -p1 -b .mozilla-1535567
bgstack15