summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-04-30 14:57:16 +0200
committerMartin Stransky <stransky@redhat.com>2018-04-30 14:57:16 +0200
commit5841237578d771b5c3612f169a74c9bcfa136db6 (patch)
treea73f12541cbbfd83f4dac76c27ecb3859924bd78 /firefox-mozconfig
parentrelease up (diff)
downloadlibrewolf-fedora-ff-5841237578d771b5c3612f169a74c9bcfa136db6.tar.gz
librewolf-fedora-ff-5841237578d771b5c3612f169a74c9bcfa136db6.tar.bz2
librewolf-fedora-ff-5841237578d771b5c3612f169a74c9bcfa136db6.zip
Build with Wayland backend enabled
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 6b4cb54..9ea4603 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -1,6 +1,6 @@
. $topsrcdir/browser/config/mozconfig
-ac_add_options --enable-default-toolkit=cairo-gtk3
+ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
ac_add_options --prefix="$PREFIX"
ac_add_options --libdir="$LIBDIR"
bgstack15