summaryrefslogtreecommitdiff
path: root/newmoon/debian/mozconfig
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-23 22:45:27 -0400
committerB Stack <bgstack15@gmail.com>2020-10-24 09:11:55 -0400
commit040b8e1e65cf71b397408b3115aeecb44c71ca09 (patch)
tree01e96ad7f2a22c242c480b15e47b1533988d8a2d /newmoon/debian/mozconfig
parentMerge branch 'makemkv-bump' into 'master' (diff)
downloadstackrpms-040b8e1e65cf71b397408b3115aeecb44c71ca09.tar.gz
stackrpms-040b8e1e65cf71b397408b3115aeecb44c71ca09.tar.bz2
stackrpms-040b8e1e65cf71b397408b3115aeecb44c71ca09.zip
nm 28.14.2-2+devuan use gtk2
Diffstat (limited to 'newmoon/debian/mozconfig')
-rw-r--r--newmoon/debian/mozconfig4
1 files changed, 2 insertions, 2 deletions
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
bgstack15