summaryrefslogtreecommitdiff
path: root/newmoon/debian/mozconfig
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-01 13:14:38 +0000
committerB Stack <bgstack15@gmail.com>2020-10-01 13:14:38 +0000
commitb8424ea13fbeb5acd682c66f66afd6e3a2c83b19 (patch)
treec9f7fc9faa80c2e6a89fef106de1c3321ad65188 /newmoon/debian/mozconfig
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentadd bluemoon icons (diff)
downloadstackrpms-b8424ea13fbeb5acd682c66f66afd6e3a2c83b19.tar.gz
stackrpms-b8424ea13fbeb5acd682c66f66afd6e3a2c83b19.tar.bz2
stackrpms-b8424ea13fbeb5acd682c66f66afd6e3a2c83b19.zip
Merge branch 'newmoon-bump' into 'master'
Newmoon bump See merge request bgstack15/stackrpms!191
Diffstat (limited to 'newmoon/debian/mozconfig')
-rw-r--r--newmoon/debian/mozconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig
index 7661740..097882d 100644
--- a/newmoon/debian/mozconfig
+++ b/newmoon/debian/mozconfig
@@ -26,6 +26,7 @@ ac_add_options --enable-devtools
ac_add_options --disable-jemalloc
ac_add_options --with-pthreads
ac_add_options --enable-strip
+ac_add_options --enable-phoenix-extensions
# Disables
ac_add_options --disable-debug
ac_add_options --enable-eme
@@ -33,7 +34,8 @@ ac_add_options --disable-gamepad
ac_add_options --disable-necko-wifi
ac_add_options --disable-tests
ac_add_options --disable-updater
-ac_add_options --enable-webrtc
+# unfortunately newmoon does not have the client-side bits for webrtc so enabling it does nothing, per upstream
+#ac_add_options --enable-webrtc
# Disable temeletry
export MOZ_TELEMETRY_REPORTING=
ac_add_options --disable-crashreporter
bgstack15