summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-10-18 14:01:05 +0200
committerMartin Stransky <stransky@redhat.com>2018-10-18 14:01:05 +0200
commit436ab8649287fa31cd81c2c88ce2dc582b092c4c (patch)
tree6ba94f277818b6d0f31c574215e756c228e18a95 /firefox.spec
parentUpdated to 63.0 (diff)
downloadlibrewolf-fedora-ff-436ab8649287fa31cd81c2c88ce2dc582b092c4c.tar.gz
librewolf-fedora-ff-436ab8649287fa31cd81c2c88ce2dc582b092c4c.tar.bz2
librewolf-fedora-ff-436ab8649287fa31cd81c2c88ce2dc582b092c4c.zip
Build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 210d939..92f1a7f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -210,6 +210,7 @@ BuildRequires: clang-libs
%if 0%{?fedora} > 27
BuildRequires: pipewire-devel
%endif
+BuildRequires: cbindgen
Requires: mozilla-filesystem
Requires: p11-kit-trust
bgstack15