From 81625f9beccae747cfa8dd3b5c9057547be7224e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Oct 2022 17:37:41 -0700 Subject: Updated to 31.3.0.1 --- mozconfig.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mozconfig.in') diff --git a/mozconfig.in b/mozconfig.in index 8dd3c35..3e99d19 100644 --- a/mozconfig.in +++ b/mozconfig.in @@ -55,7 +55,7 @@ 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 -#ac_add_options --disable-eme +ac_add_options --disable-eme ac_add_options --disable-gamepad ac_add_options --disable-gconf ac_add_options --disable-gio @@ -63,6 +63,7 @@ ac_add_options --disable-mozril-geoloc ac_add_options --disable-necko-wifi # # palemoon does not support parental conrtols anyway. This is just making sure. ac_add_options --disable-parental-controls +ac_add_options --enable-phoenix-extensions # # precompiled-startupcache must be disabled to optimize for a newer # # instruction set target #ac_add_options --disable-precompiled-startupcache @@ -72,7 +73,7 @@ ac_add_options --disable-tests ac_add_options --disable-updater # # palemoon does not support webtrc anyway. This is just making sure. # Option removed entirely in 31.0.0 -#ac_add_options --disable-webrtc +ac_add_options --disable-webrtc ac_add_options --disable-webspeech # # --disable-webspeechtestbackend support removed #ac_add_options --disable-webspeechtestbackend -- cgit v1.2.1