summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-04-05 20:30:08 +0200
committerMartin Stransky <stransky@redhat.com>2021-04-05 20:30:08 +0200
commitf6cd43f449390fd343935c776a752a03f748c104 (patch)
tree0ad36305e176391d95b6e17e448a6d92296aae27
parentFixed wayland tests/PGO, enable PGO on Fedora 33+ (diff)
downloadlibrewolf-fedora-ff-f6cd43f449390fd343935c776a752a03f748c104.tar.gz
librewolf-fedora-ff-f6cd43f449390fd343935c776a752a03f748c104.tar.bz2
librewolf-fedora-ff-f6cd43f449390fd343935c776a752a03f748c104.zip
Add missing build deps
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index a18dead..d938f00 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -339,6 +339,8 @@ BuildRequires: dejavu-sans-mono-fonts
BuildRequires: dejavu-sans-fonts
BuildRequires: dejavu-serif-fonts
BuildRequires: mesa-dri-drivers
+BuildRequires: dbus-x11
+BuildRequires: gnome-keyring
# ----------------------------------------
BuildRequires: liberation-fonts-common
BuildRequires: liberation-mono-fonts
bgstack15