From 1ec8b84d0f6937b1a0d1b2b84d5093d4ac41bb18 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 16 Aug 2020 19:09:41 -0400 Subject: add MOZ_PKG_SPECIAL=gtk3 Per new info from https://developer.palemoon.org/build/linux/ --- newmoon/debian/mozconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'newmoon') diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig index 021acee..e983bab 100644 --- a/newmoon/debian/mozconfig +++ b/newmoon/debian/mozconfig @@ -71,3 +71,5 @@ ac_add_options --x-libraries=/usr/lib # limit to 4 cpus to limit memory usage (approximately 0.75 GiB RAM/thread) mk_add_options MOZ_MAKE_FLAGS="-j1" + +export MOZ_PKG_SPECIAL=gtk3 -- cgit