Bug 906976 - Fix mozconfigs for linux64 builds. r+a=Callek on a CLOSED TREE
--- a/suite/config/mozconfigs/linux64/l10n-mozconfig
+++ b/suite/config/mozconfigs/linux64/l10n-mozconfig
@@ -19,8 +19,12 @@ export CFLAGS="-gdwarf-2"
export CXXFLAGS="-gdwarf-2"
# For NSS symbols
export MOZ_DEBUG_SYMBOLS=1
ac_add_options --enable-debug-symbols="-gdwarf-2"
# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1
+
+#Disable gstreamer building until we have libs that can support it
+# Bug 886180
+ac_add_options --disable-gstreamer
--- a/suite/config/mozconfigs/linux64/release-l10n
+++ b/suite/config/mozconfigs/linux64/release-l10n
@@ -25,8 +25,12 @@ ac_add_options --enable-debug-symbols="-
# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1
# Enable parallel compiling
mk_add_options MOZ_MAKE_FLAGS="-j2"
#Use ccache
ac_add_options --with-ccache=/usr/bin/ccache
+
+#Disable gstreamer building until we have libs that can support it
+# Bug 886180
+ac_add_options --disable-gstreamer