зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1561494 - Remove gconf from bootstrap. r=froydnj
Gconf support was removed in bug 1433685. Differential Revision: https://phabricator.services.mozilla.com/D35982 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
e86340308c
Коммит
8ad5ae09a7
|
@ -37,7 +37,6 @@ class ArchlinuxBootstrapper(NodeInstall, StyloInstall, SccacheInstall,
|
|||
BROWSER_PACKAGES = [
|
||||
'alsa-lib',
|
||||
'dbus-glib',
|
||||
'gconf',
|
||||
'gtk2',
|
||||
'gtk3',
|
||||
'libevent',
|
||||
|
|
|
@ -43,7 +43,6 @@ class CentOSFedoraBootstrapper(NasmInstall, NodeInstall, StyloInstall,
|
|||
self.browser_packages = [
|
||||
'alsa-lib-devel',
|
||||
'dbus-glib-devel',
|
||||
'GConf2-devel',
|
||||
'glibc-static',
|
||||
'gtk2-devel', # It is optional in Fedora 20's GNOME Software
|
||||
# Development group.
|
||||
|
|
|
@ -63,7 +63,6 @@ class DebianBootstrapper(NasmInstall, NodeInstall, StyloInstall, ClangStaticAnal
|
|||
'libcurl4-openssl-dev',
|
||||
'libdbus-1-dev',
|
||||
'libdbus-glib-1-dev',
|
||||
'libgconf2-dev',
|
||||
'libgtk-3-dev',
|
||||
'libgtk2.0-dev',
|
||||
'libpulse-dev',
|
||||
|
|
|
@ -28,7 +28,6 @@ class FreeBSDBootstrapper(BaseBootstrapper):
|
|||
|
||||
self.browser_packages = [
|
||||
'dbus-glib',
|
||||
'gconf2',
|
||||
'gtk2',
|
||||
'gtk3',
|
||||
'libXt',
|
||||
|
|
|
@ -25,7 +25,6 @@ class OpenBSDBootstrapper(BaseBootstrapper):
|
|||
'llvm',
|
||||
'nasm',
|
||||
'yasm',
|
||||
'gconf2',
|
||||
'gtk+2',
|
||||
'gtk+3',
|
||||
'dbus-glib',
|
||||
|
|
Загрузка…
Ссылка в новой задаче