summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-10-06 09:53:15 +0200
committerMartin Stransky <stransky@redhat.com>2017-10-06 09:53:15 +0200
commitc69ed95f5cdf2d972343ad755e3004fb506dd8ee (patch)
tree7b70c5ca8881b5f8cdfd2d470d20ab0cf73d40a7 /firefox-mozconfig
parentFixed rhbz#1497932 - Plug-Ins for example flash fails because of unresolved s... (diff)
downloadlibrewolf-fedora-ff-c69ed95f5cdf2d972343ad755e3004fb506dd8ee.tar.gz
librewolf-fedora-ff-c69ed95f5cdf2d972343ad755e3004fb506dd8ee.tar.bz2
librewolf-fedora-ff-c69ed95f5cdf2d972343ad755e3004fb506dd8ee.zip
Enabled stylo again
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