diff options
author | B. Stack <bgstack15@gmail.com> | 2024-01-30 17:15:47 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-01-30 17:15:47 -0500 |
commit | efb3ba42857dd7564a64c41713b4f1dfc03c75e5 (patch) | |
tree | 356ba412629b4810efd252f365868e0a9df59a24 /newmoon/debian/mozconfig | |
parent | wf-g: try python3-distutils (diff) | |
parent | remove --disable-eme (diff) | |
download | stackrpms-efb3ba42857dd7564a64c41713b4f1dfc03c75e5.tar.gz stackrpms-efb3ba42857dd7564a64c41713b4f1dfc03c75e5.tar.bz2 stackrpms-efb3ba42857dd7564a64c41713b4f1dfc03c75e5.zip |
Merge branch 'newmoon-bump'
Diffstat (limited to 'newmoon/debian/mozconfig')
-rw-r--r-- | newmoon/debian/mozconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig index aa24383..61a7e75 100644 --- a/newmoon/debian/mozconfig +++ b/newmoon/debian/mozconfig @@ -8,15 +8,16 @@ export MOZ_NOSPAM=1 # If you want to control where the built objects go #mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/pmbuild +# Official Pale Moon branding. Please see https://www.palemoon.org/redist.shtml +# for restrictions when using the official branding. ac_add_options --enable-application=palemoon ac_add_options --disable-official-branding ac_add_options --enable-official-vendor -# Standard -# Enables +# Standard, approved Pale Moon build options. +# Enable stuff ac_add_options --enable-av1 ac_add_options --enable-optimize="-O2 -w" -# accepts either gtk2 or gtk3 here, but gtk2 is only officially supported option ac_add_options --enable-default-toolkit=cairo-gtk2 ac_add_options --enable-devtools ac_add_options --enable-jemalloc @@ -24,12 +25,11 @@ ac_add_options --enable-jxl ac_add_options --with-pthreads ac_add_options --enable-strip -# Disables +# Disable stuff # disable-debug-symbols removes the ability to do a stack trace. I do not do any stack traces anyways. ?f=5&t=28254 ac_add_options --disable-debug-symbols ac_add_options --disable-debug -ac_add_options --disable-debug -ac_add_options --disable-eme +#ac_add_options --disable-eme ac_add_options --disable-gamepad ac_add_options --disable-necko-wifi ac_add_options --disable-tests @@ -48,7 +48,7 @@ ac_add_options --x-libraries=/usr/lib ac_add_options --prefix=/usr # Devuan style ac_add_options --disable-dbus -ac_add_options --disable-pulseaudio +#ac_add_options --disable-pulseaudio # even though this is redundant ac_add_options --enable-alsa @@ -71,4 +71,4 @@ ac_add_options --disable-personas # Debian Sid/Devuan Ceres; 2020-07 only -j1 works due to a bug. #mk_add_options MOZ_MAKE_FLAGS="-j1" -export MOZ_PKG_SPECIAL=gtk2 +#export MOZ_PKG_SPECIAL=gtk2 |