summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2017-04-15 00:55:03 -0400
committerRuben Rodriguez <ruben@gnu.org>2017-04-15 00:55:03 -0400
commit8ecf0f1bfe9f9c9659d94709e501122bac6ee5da (patch)
tree93a9e84119438cf6239537dcf5a6fe7324e90bfe
parenta2a7e078724d57d552d767ef0ff11c1a10e91e82 (diff)
Disable EME globally
-rw-r--r--makeicecat4
1 files changed, 4 insertions, 0 deletions
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