summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2019-01-07 14:46:12 +0100
committerTomas Popela <tpopela@redhat.com>2019-01-07 14:46:47 +0100
commit45cc5d37bea29f861f00775fd30b54b48683e44a (patch)
tree97ac02ebb459c7104450413eca142e2ba0e57d60 /firefox.spec
parentMove cbindgen installation to the build phase (diff)
downloadlibrewolf-fedora-ff-45cc5d37bea29f861f00775fd30b54b48683e44a.tar.gz
librewolf-fedora-ff-45cc5d37bea29f861f00775fd30b54b48683e44a.tar.bz2
librewolf-fedora-ff-45cc5d37bea29f861f00775fd30b54b48683e44a.zip
Fix the PipeWire patch and apply it again
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 674f100..275c75f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -347,8 +347,7 @@ This package contains results of tests executed during build.
# Wayland specific upstream patches
%if 0%{?fedora} > 27
-# Temporary disabled due to build failures
-#%patch574 -p1 -b .firefox-pipewire
+%patch574 -p1 -b .firefox-pipewire
%endif
%patch581 -p1 -b .mozilla-1493081
%patch582 -p1 -b .mozilla-1504689
bgstack15