summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-06-08 14:25:07 +0200
committerMartin Stransky <stransky@redhat.com>2017-06-08 14:25:07 +0200
commit0c2e6d9721f4323d8d80a4cc2609c4d17ebe8a13 (patch)
treeac6914103729b1930a0a1bfd1eac3c485108ad62 /firefox.spec
parentRemoved disable-rust option as is not supported any more (diff)
downloadlibrewolf-fedora-ff-0c2e6d9721f4323d8d80a4cc2609c4d17ebe8a13.tar.gz
librewolf-fedora-ff-0c2e6d9721f4323d8d80a4cc2609c4d17ebe8a13.tar.bz2
librewolf-fedora-ff-0c2e6d9721f4323d8d80a4cc2609c4d17ebe8a13.zip
Removed disable-rust option as is not supported any more
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index c449508..ea11a54 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -237,10 +237,8 @@ BuildRequires: pkgconfig(libffi)
%if %{?run_tests}
BuildRequires: xorg-x11-server-Xvfb
%endif
-%if %{?build_with_rust}
BuildRequires: rust
BuildRequires: cargo
-%endif
Obsoletes: mozilla <= 37:1.7.13
Provides: webclient
bgstack15