summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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