summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-16 19:09:41 -0400
committerB Stack <bgstack15@gmail.com>2020-08-16 19:09:41 -0400
commit1ec8b84d0f6937b1a0d1b2b84d5093d4ac41bb18 (patch)
tree011f04878921424d220cf3cedb9f3ad8c1b6a583 /newmoon
parentuse gtk3 dependencies (diff)
downloadstackrpms-1ec8b84d0f6937b1a0d1b2b84d5093d4ac41bb18.tar.gz
stackrpms-1ec8b84d0f6937b1a0d1b2b84d5093d4ac41bb18.tar.bz2
stackrpms-1ec8b84d0f6937b1a0d1b2b84d5093d4ac41bb18.zip
add MOZ_PKG_SPECIAL=gtk3
Per new info from https://developer.palemoon.org/build/linux/
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/debian/mozconfig2
1 files changed, 2 insertions, 0 deletions
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
bgstack15