summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2014-04-25 16:31:42 +0200
committerMartin Stransky <stransky@anakreon.cz>2014-04-25 16:31:42 +0200
commit737b9996424f1b1943dfdb379d6af6a0db9129a1 (patch)
tree05108c70242585a4894d7ec9bbbd7b427dbd3fed /firefox-mozconfig
parentRemoved unused patch (diff)
downloadlibrewolf-fedora-ff-737b9996424f1b1943dfdb379d6af6a0db9129a1.tar.gz
librewolf-fedora-ff-737b9996424f1b1943dfdb379d6af6a0db9129a1.tar.bz2
librewolf-fedora-ff-737b9996424f1b1943dfdb379d6af6a0db9129a1.zip
Build with system ICU
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 7766ac2..2db405f 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -35,6 +35,7 @@ ac_add_options --enable-gio
ac_add_options --disable-gnomevfs
ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
+ac_add_options --with-system-icu
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15