diff options
author | B Stack <bgstack15@gmail.com> | 2020-08-16 19:09:41 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-08-16 19:09:41 -0400 |
commit | 1ec8b84d0f6937b1a0d1b2b84d5093d4ac41bb18 (patch) | |
tree | 011f04878921424d220cf3cedb9f3ad8c1b6a583 | |
parent | use gtk3 dependencies (diff) | |
download | stackrpms-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/
-rw-r--r-- | newmoon/debian/mozconfig | 2 |
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 |