Reconfigure Pale Moon to short-circuit some undesired services/features.

This commit is contained in:
wolfbeast 2018-04-30 02:51:19 +02:00 committed by Roy Tam
commit cde07843c0

View file

@ -79,12 +79,6 @@ MOZ_JSDOWNLOADS=1
# conformant implementations.
MOZ_WEBGL_CONFORMANT=1
# Platform Feature: Windows Maintaince Service
# XXX: This is never used
if test "$OS_ARCH" = "WINNT"; then
MOZ_MAINTENANCE_SERVICE=
fi
# Set the chrome packing format
# Possible values are omni, jar, and flat
# Currently, only omni and flat are supported
@ -103,3 +97,11 @@ if test "$OS_ARCH" = "WINNT" -o \
"$OS_ARCH" = "Linux"; then
MOZ_BUNDLED_FONTS=1
fi
# Short-circuit a few services to be removed
MOZ_MAINTENANCE_SERVICE=
MOZ_SERVICES_HEALTHREPORT=
MOZ_ADDON_SIGNING=0
MOZ_REQUIRE_SIGNING=0
MOZ_PROFILE_MIGRATOR=