diff options
author | Martin Stransky <stransky@anakreon.cz> | 2014-04-25 16:31:42 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2014-04-25 16:31:42 +0200 |
commit | 737b9996424f1b1943dfdb379d6af6a0db9129a1 (patch) | |
tree | 05108c70242585a4894d7ec9bbbd7b427dbd3fed /firefox-mozconfig | |
parent | Removed unused patch (diff) | |
download | librewolf-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-mozconfig | 1 |
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 |