From 040b8e1e65cf71b397408b3115aeecb44c71ca09 Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 23 Oct 2020 22:45:27 -0400 Subject: nm 28.14.2-2+devuan use gtk2 --- newmoon/debian/mozconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newmoon/debian/mozconfig') diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig index 097882d..a27b5ab 100644 --- a/newmoon/debian/mozconfig +++ b/newmoon/debian/mozconfig @@ -21,7 +21,7 @@ MOZ_REQUIRE_SIGNING= ac_add_options --enable-av1 ac_add_options --enable-optimize="-O2 -Wl,--no-keep-memory -Wl,--reduce-memory-overhead" # accepts either gtk2 or gtk3 here, but gtk2 is only officially supported option -ac_add_options --enable-default-toolkit=cairo-gtk3 +ac_add_options --enable-default-toolkit=cairo-gtk2 ac_add_options --enable-devtools ac_add_options --disable-jemalloc ac_add_options --with-pthreads @@ -75,4 +75,4 @@ ac_add_options --x-libraries=/usr/lib # Debian Sid/Devuan Ceres is mildly broken as of 2020-07 and will fail to compile on anything higher than -j1 mk_add_options MOZ_MAKE_FLAGS="-j1" -export MOZ_PKG_SPECIAL=gtk3 +export MOZ_PKG_SPECIAL=gtk2 -- cgit