summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-07 15:27:09 +0200
committerMartin Stransky <stransky@redhat.com>2020-10-07 15:27:09 +0200
commit9ae8424abcc4c21064ea9ca5e8cfa9562b3e47f8 (patch)
tree4743ded9b15ac7cf1d653d9298543a3d153595ae
parentTemporary disable LTO on Fedora < 33 due to GCC bug (diff)
downloadlibrewolf-fedora-ff-9ae8424abcc4c21064ea9ca5e8cfa9562b3e47f8.tar.gz
librewolf-fedora-ff-9ae8424abcc4c21064ea9ca5e8cfa9562b3e47f8.tar.bz2
librewolf-fedora-ff-9ae8424abcc4c21064ea9ca5e8cfa9562b3e47f8.zip
Added gsettings-desktop-schemas to wayland build deps
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 7bf30db..9254732 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -261,6 +261,7 @@ BuildRequires: xorg-x11-server-Xvfb
%endif
%if 0%{?pgo_wayland}
BuildRequires: mutter
+BuildRequires: gsettings-desktop-schemas
%endif
BuildRequires: rust
BuildRequires: cargo
bgstack15