diff options
author | Martin Stransky <stransky@redhat.com> | 2017-10-06 09:53:53 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-10-06 09:53:53 +0200 |
commit | 703c1661692f4603625a3d7e3896376e546c2032 (patch) | |
tree | 7b70c5ca8881b5f8cdfd2d470d20ab0cf73d40a7 /firefox-mozconfig | |
parent | Merge branch 'master' into f26 (diff) | |
parent | Enabled stylo again (diff) | |
download | librewolf-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-mozconfig | 3 |
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 |