public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/firefox] rawhide: Disable system pipewire for Fedora 43
@ 2026-09-01 6:10 Martin Stransky
0 siblings, 0 replies; only message in thread
From: Martin Stransky @ 2026-09-01 6:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/firefox
Branch : rawhide
Commit : 60bb4ef3b1da091a1c11f43efcc68bfb0112762e
Author : Martin Stransky <stransky@redhat.com>
Date : 2026-09-01T08:10:26+02:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/firefox/c/60bb4ef3b1da091a1c11f43efcc68bfb0112762e?branch=rawhide
Log:
Disable system pipewire for Fedora 43
---
diff --git a/firefox.spec b/firefox.spec
index 1c23e4f..2ab03e7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -77,7 +77,11 @@ ExcludeArch: i686
%global system_webp 1
%global system_drm 1
%global system_gbm 1
+%if 0%{?fedora} < 44
%global system_pipewire 1
+%else
+%global system_pipewire 0
+%endif
%global build_tests 1
# Bundled cbindgen makes build slow.
# Enable only if system cbindgen is not available.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-01 6:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 6:10 [rpms/firefox] rawhide: Disable system pipewire for Fedora 43 Martin Stransky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox