summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-10-06 09:53:53 +0200
committerMartin Stransky <stransky@redhat.com>2017-10-06 09:53:53 +0200
commit703c1661692f4603625a3d7e3896376e546c2032 (patch)
tree7b70c5ca8881b5f8cdfd2d470d20ab0cf73d40a7 /firefox-mozconfig
parentMerge branch 'master' into f26 (diff)
parentEnabled stylo again (diff)
downloadlibrewolf-fedora-ff-703c1661692f4603625a3d7e3896376e546c2032.tar.gz
librewolf-fedora-ff-703c1661692f4603625a3d7e3896376e546c2032.tar.bz2
librewolf-fedora-ff-703c1661692f4603625a3d7e3896376e546c2032.zip
Merge branch 'master' into f26
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index f98a89e..f3f4d15 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -22,7 +22,8 @@ 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
ac_add_options --enable-pie
-ac_add_options --disable-stylo
+# Workaround for mozbz#1341234
+ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15