Nuke GStreamer dependencies from mozboot

This commit is contained in:
trav90
2017-02-10 10:41:55 -06:00
committed by roytam1
parent 970e37cbb2
commit ba179d5adf
5 changed files with 0 additions and 8 deletions
-2
View File
@@ -34,8 +34,6 @@ class CentOSBootstrapper(BaseBootstrapper):
'alsa-lib-devel',
'dbus-glib-devel',
'glibc-static',
'gstreamer-devel',
'gstreamer-plugins-base-devel',
'gtk2-devel',
'libstdc++-static',
'libXt-devel',
-2
View File
@@ -33,8 +33,6 @@ class DebianBootstrapper(BaseBootstrapper):
'libdbus-1-dev',
'libdbus-glib-1-dev',
'libgconf2-dev',
'libgstreamer0.10-dev',
'libgstreamer-plugins-base0.10-dev',
'libgtk2.0-dev',
'libiw-dev',
'libnotify-dev',
-2
View File
@@ -31,8 +31,6 @@ class FedoraBootstrapper(BaseBootstrapper):
'alsa-lib-devel',
'gcc-c++',
'glibc-static',
'gstreamer-devel',
'gstreamer-plugins-base-devel',
'libstdc++-static',
'libXt-devel',
'mesa-libGL-devel',
-1
View File
@@ -20,7 +20,6 @@ class FreeBSDBootstrapper(BaseBootstrapper):
self.browser_packages = [
'dbus-glib',
'gstreamer-plugins',
'gtk2',
'libGL',
'pulseaudio',
-1
View File
@@ -25,7 +25,6 @@ class OpenBSDBootstrapper(BaseBootstrapper):
'yasm',
'gtk+2',
'dbus-glib',
'gstreamer-plugins-base',
'pulseaudio',
]