diff options
author | Martin Stransky <stransky@redhat.com> | 2021-04-07 22:06:27 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-04-07 22:06:27 +0200 |
commit | 05b9a9097b74c5f4e5522c80d5eb8f5b346284e2 (patch) | |
tree | fac3329b08d774814700e9df65171aba35cbd0f7 /firefox.spec | |
parent | Enabled xpcshell/crashtests on Wayland (diff) | |
download | librewolf-fedora-ff-05b9a9097b74c5f4e5522c80d5eb8f5b346284e2.tar.gz librewolf-fedora-ff-05b9a9097b74c5f4e5522c80d5eb8f5b346284e2.tar.bz2 librewolf-fedora-ff-05b9a9097b74c5f4e5522c80d5eb8f5b346284e2.zip |
Added wayland focus workaround - mzbz#1703657
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 3925ab9..bafab9c 100644 --- a/firefox.spec +++ b/firefox.spec @@ -237,6 +237,7 @@ Patch408: mozilla-1663844.patch Patch415: mozilla-1670333.patch Patch416: mozilla-1693472.patch Patch417: mozilla-1702606.patch +Patch418: mozilla-1703657.patch # PGO/LTO patches Patch600: pgo.patch @@ -490,6 +491,7 @@ This package contains results of tests executed during build. %patch415 -p1 -b .1670333 %patch416 -p1 -b .1693472 %patch417 -p1 -b .1702606 +%patch418 -p1 -b .1703657 # PGO patches %if %{build_with_pgo} |