summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-01-29 10:54:01 +0100
committerMartin Stransky <stransky@redhat.com>2019-01-29 10:54:01 +0100
commit1ea12d7c11d9c09a28457ef89f2ea1b1448a22d1 (patch)
tree14b5a00889532ef489b8ab4d38a578746817c9bd
parentUploaded new cbindgen 6.8.0 (diff)
downloadlibrewolf-fedora-ff-1ea12d7c11d9c09a28457ef89f2ea1b1448a22d1.tar.gz
librewolf-fedora-ff-1ea12d7c11d9c09a28457ef89f2ea1b1448a22d1.tar.bz2
librewolf-fedora-ff-1ea12d7c11d9c09a28457ef89f2ea1b1448a22d1.zip
Disabled system icu
-rw-r--r--firefox-mozconfig2
-rw-r--r--firefox.spec1
2 files changed, 1 insertions, 2 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 5cfb5ba..efdcdb1 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -11,7 +11,7 @@ ac_add_options --enable-startup-notification
ac_add_options --disable-updater
ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
-ac_add_options --with-system-icu
+ac_add_options --without-system-icu
ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
ac_add_options --with-google-api-keyfile=../google-api-key
ac_add_options --enable-release
diff --git a/firefox.spec b/firefox.spec
index a76f837..8b32337 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -174,7 +174,6 @@ BuildRequires: libvpx-devel >= %{libvpx_version}
%endif
BuildRequires: autoconf213
BuildRequires: pkgconfig(libpulse)
-BuildRequires: pkgconfig(icu-i18n)
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: yasm
BuildRequires: llvm
bgstack15