summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-03-03 16:41:48 +0100
committerJan Horak <jhorak@redhat.com>2020-03-03 16:41:48 +0100
commit7a8ced7da6985ce682f43001d28936433fc90ba9 (patch)
treee18ad2e0a0ec23b8d1a7230e2e1df6e39d70c9d9 /firefox.spec
parentBumped cbindgen (diff)
downloadlibrewolf-fedora-ff-7a8ced7da6985ce682f43001d28936433fc90ba9.tar.gz
librewolf-fedora-ff-7a8ced7da6985ce682f43001d28936433fc90ba9.tar.bz2
librewolf-fedora-ff-7a8ced7da6985ce682f43001d28936433fc90ba9.zip
Fixing pipewire on f32+ builds
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 26f50fc..83f5fde 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -229,7 +229,13 @@ BuildRequires: clang-libs
%if 0%{?build_with_clang}
BuildRequires: lld
%endif
+
+%if 0%{?fedora} < 32
BuildRequires: pipewire-devel
+%else
+BuildRequires: pipewire02-devel
+%endif
+
%if !0%{?use_bundled_cbindgen}
BuildRequires: cbindgen
%endif
bgstack15