From 1ccd2a862a7da88767fcd5ac6f3d7dd03b852228 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 6 Mar 2018 15:42:54 +0100 Subject: [PATCH 1/2] Back to X11 --- firefox-mozconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firefox-mozconfig b/firefox-mozconfig index 953df70..6b4cb54 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -1,6 +1,6 @@ . $topsrcdir/browser/config/mozconfig -ac_add_options --enable-default-toolkit=cairo-gtk3-wayland +ac_add_options --enable-default-toolkit=cairo-gtk3 ac_add_options --prefix="$PREFIX" ac_add_options --libdir="$LIBDIR" @@ -20,7 +20,6 @@ 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)" From 3a5d00872a0df80a75edb1a95cf450a3322a7e89 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 7 Mar 2018 13:44:51 +0100 Subject: [PATCH 2/2] Build fix lib.rs file --- firefox.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firefox.spec b/firefox.spec index 0b69b7a..7e97177 100644 --- a/firefox.spec +++ b/firefox.spec @@ -433,6 +433,9 @@ echo "ac_add_options --disable-ion" >> .mozconfig echo "ac_add_options --disable-stylo" >> .mozconfig %endif +# Remove executable bit to make brp-mangle-shebangs happy. +chmod -x third_party/rust/itertools/src/lib.rs + #--------------------------------------------------------------------- %build