summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-05-03 13:25:19 +0200
committerMartin Stransky <stransky@redhat.com>2018-05-03 13:25:19 +0200
commit37e796da25c0009cf2e3ce81704b825b2d474b62 (patch)
tree9b787f5c06dd9739646937b784365dd6ec167c32 /firefox-mozconfig
parentbuild fix (diff)
downloadlibrewolf-fedora-ff-37e796da25c0009cf2e3ce81704b825b2d474b62.tar.gz
librewolf-fedora-ff-37e796da25c0009cf2e3ce81704b825b2d474b62.tar.bz2
librewolf-fedora-ff-37e796da25c0009cf2e3ce81704b825b2d474b62.zip
Make Wayland backend optional and disable it by default due to WebGL issues.
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 9ea4603..50f9fe8 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -1,7 +1,5 @@
. $topsrcdir/browser/config/mozconfig
-ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
-
ac_add_options --prefix="$PREFIX"
ac_add_options --libdir="$LIBDIR"
ac_add_options --with-system-zlib
bgstack15