From fe133e96ef87cc8238b331203ccb124ba549ea42 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 3 Aug 2024 20:24:05 -0700 Subject: Updated to 33.2.1 Removed gtk3 depend. Moved libpulse to makedepends. Disable pack-relative-relocs again. Clean up mozconfig by moving obsolete options to the bottom. --- mozconfig.in | 54 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 24 deletions(-) (limited to 'mozconfig.in') diff --git a/mozconfig.in b/mozconfig.in index de2cf0c..01382fa 100644 --- a/mozconfig.in +++ b/mozconfig.in @@ -18,25 +18,8 @@ ac_add_options --with-system-bz2 # # system cairo causes many websites to crash palemoon #ac_add_options --enable-system-cairo ac_add_options --with-system-ffi -# # system hunspell support removed in 32.2.0 -#ac_add_options --enable-system-hunspell -# # system icu support removed -#ac_add_options --with-system-icu ac_add_options --with-system-jpeg -# # system libevent support removed -#ac_add_options --with-system-libevent -# # system libvpx support removed -#ac_add_options --with-system-libvpx -# # system nspr support removed -#ac_add_options --with-system-nspr -# # system nss support removed -#ac_add_options --with-system-nss ac_add_options --enable-system-pixman -# # system png support removed -#ac_add_options --with-system-png -ac_add_options --with-pthreads -# # system sqlite support removed -#ac_add_options --enable-system-sqlite ac_add_options --with-system-zlib ac_add_options --x-libraries=/usr/lib @@ -46,6 +29,7 @@ ac_add_options --enable-av1 ac_add_options --enable-raw #ac_add_options --enable-libwebpdecoder ac_add_options --enable-jemalloc +ac_add_options --enable-jxl # Disables # # palemoon does not support accessibility anyway. This is just making sure. @@ -54,17 +38,13 @@ ac_add_options --disable-crashreporter ac_add_options --disable-dbus ac_add_options --disable-debug ac_add_options --disable-debug-symbols -# # palemoon does not support eme anyway. This is just making sure. -# Option removed entirely in 31.0.0, Causes build failures with 29.5.0+ -#ac_add_options --disable-eme ac_add_options --disable-gamepad ac_add_options --disable-gconf ac_add_options --disable-gio ac_add_options --disable-mozril-geoloc ac_add_options --disable-necko-wifi -# # palemoon does not support parental conrtols anyway. This is just making sure. +# # palemoon does not support parental controls anyway. This is just making sure. ac_add_options --disable-parental-controls -ac_add_options --enable-jxl # # precompiled-startupcache must be disabled to optimize for a newer # # instruction set target #ac_add_options --disable-precompiled-startupcache @@ -76,10 +56,36 @@ ac_add_options --disable-updater # Option removed entirely in 31.0.0 ac_add_options --disable-webrtc ac_add_options --disable-webspeech -# # --disable-webspeechtestbackend support removed -#ac_add_options --disable-webspeechtestbackend #mk_add_options MOZ_MAKE_FLAGS="-j16" # Use python2 mk_add_options PYTHON=/usr/bin/python2 + + +# # Removed options # # + +# # system hunspell support removed in 32.2.0 +#ac_add_options --enable-system-hunspell +# # system icu support removed +#ac_add_options --with-system-icu +# # system libevent support removed +#ac_add_options --with-system-libevent +# # system nspr support removed +#ac_add_options --with-system-nspr +# # system nss support removed +#ac_add_options --with-system-nss +# # system png support removed +#ac_add_options --with-system-png +# pthread support removed due to system libevent support removal +#ac_add_options --with-pthreads +# # system sqlite support removed +#ac_add_options --enable-system-sqlite +# # system libvpx support removed +#ac_add_options --with-system-libvpx + +# # palemoon does not support eme anyway. This is just making sure. +# Option removed entirely in 31.0.0, Causes build failures with 29.5.0+ +#ac_add_options --disable-eme +# # --disable-webspeechtestbackend support removed +#ac_add_options --disable-webspeechtestbackend -- cgit v1.2.1