From 0db9898c4505c2fe40e489704c3542e69e3410b2 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 29 Jan 2018 14:28:23 +0100 Subject: Update to Firefox 59.0 Beta 4, Enabled Wayland backend --- firefox-mozconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefox-mozconfig') 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" -- cgit From a0558c67a07d7b28fcf90e2da11148ff33fb0310 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 31 Jan 2018 09:19:11 +0100 Subject: Added X11 launcher --- firefox-mozconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'firefox-mozconfig') diff --git a/firefox-mozconfig b/firefox-mozconfig index 9ea4603..953df70 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -20,6 +20,7 @@ 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 --with-gl-provider=EGL # Workaround for mozbz#1341234 ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)" -- cgit