diff options
author | Martin Stransky <stransky@redhat.com> | 2018-01-29 14:28:23 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-01-29 14:28:23 +0100 |
commit | 0db9898c4505c2fe40e489704c3542e69e3410b2 (patch) | |
tree | d47d3de7af870754a2f42431d40029a2f0c4ba8b /firefox-mozconfig | |
parent | Export RUSTFLAGS to try build on arm (rhbz#1523912) (diff) | |
download | librewolf-fedora-ff-0db9898c4505c2fe40e489704c3542e69e3410b2.tar.gz librewolf-fedora-ff-0db9898c4505c2fe40e489704c3542e69e3410b2.tar.bz2 librewolf-fedora-ff-0db9898c4505c2fe40e489704c3542e69e3410b2.zip |
Update to Firefox 59.0 Beta 4, Enabled Wayland backend
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r-- | firefox-mozconfig | 2 |
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" |