Skip to content
Snippets Groups Projects
Commit d761b599 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Disable Encripted media extensions (EME/DRM) in Abrowser

parent 3b4e3cd2
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,9 @@ sed 's/1204/60/g; s/1210/65/g; s/1404/70/g' -i debian/config/mozconfig.in debian
sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in
# Disable DRM support
echo ac_add_options --disable-eme >> debian/config/mozconfig.in
# Locale packages should provide firefox-locale-$LANG
sed "s/Provides.*/Provides: firefox-locale-@LANGCODE@/" -i debian/control.langpacks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment