summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-09-02 21:55:06 +0200
committerMartin Stransky <stransky@anakreon.cz>2015-09-02 21:55:06 +0200
commite0d09b371a0e3559e36a0c9cadbda8542e29b829 (patch)
treec91ea1955cd9bea0bccfa74ea3fefebe66733f2b /firefox-mozconfig
parentUpdated to latest upstream (40.0.3) (diff)
downloadlibrewolf-fedora-ff-e0d09b371a0e3559e36a0c9cadbda8542e29b829.tar.gz
librewolf-fedora-ff-e0d09b371a0e3559e36a0c9cadbda8542e29b829.tar.bz2
librewolf-fedora-ff-e0d09b371a0e3559e36a0c9cadbda8542e29b829.zip
ppc64le build fix
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 8dd90c3..173d24c 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -36,6 +36,7 @@ ac_add_options --with-system-icu
ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
ac_add_options --enable-release
ac_add_options --enable-pie
+ac_add_options --disable-skia
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15