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

Abrowser: Remove Google API key before adding extra lines to mozconfig

parent 1c22ca86
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,10 @@ sed 's%https://www.mozilla.org/legal/privacy/%https://trisquel.info/legal%' -i .
#sed 's%https://www.mozilla.org/firefox/central/%https://trisquel.info/browser%' -i browser/base/content/browser-appmenu.inc
# Remove Google API key
rm debian/ga debian/go
sed '/Google API/,$ d' debian/config/mozconfig.in -i
# Enable gst support
[ $REVISION = "6.0" ] && apt-get install -y --force-yes libgstreamermm-0.10-dev
[ $REVISION = "6.0" ] && echo "ac_add_options --enable-gstreamer=0.10" >> debian/config/mozconfig.in
......@@ -50,10 +54,6 @@ 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
# Remove Google API key
rm debian/ga debian/go
sed '/Google API/,$ d' debian/config/mozconfig.in -i
# Disable DRM support
echo ac_add_options --disable-eme >> debian/config/mozconfig.in
sed '/gmp-clearkey/d' -i ./debian/firefox.install.in
......
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