From 8ecf0f1bfe9f9c9659d94709e501122bac6ee5da Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sat, 15 Apr 2017 00:55:03 -0400 Subject: Disable EME globally --- makeicecat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makeicecat b/makeicecat index a60d69a..500713b 100644 --- a/makeicecat +++ b/makeicecat @@ -204,6 +204,10 @@ EOF # Custom settings and features ############################################################################### +# Disable EME +echo "ac_add_options --disable-eme" >> data/buildscripts/mozconfig-common +echo "ac_add_options --disable-eme" >> debian/config/mozconfig.in + # Disable healthreport sed '/mozilla.org\/legal/d' -i toolkit/components/telemetry/healthreport-prefs.js cat << EOF >> toolkit/components/telemetry/healthreport-prefs.js -- cgit v1.2.3