summaryrefslogtreecommitdiff
path: root/mozconfig.in
diff options
context:
space:
mode:
Diffstat (limited to 'mozconfig.in')
-rw-r--r--mozconfig.in54
1 files changed, 30 insertions, 24 deletions
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