From 89ca26a1e481c98162ebf01804271feac7b74cdc Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Wed, 27 May 2015 11:01:22 -0400 Subject: [PATCH] Bug 1168861 - Make mach bootstrap install GConf2-devel on Fedora, r=glandium --HG-- extra : rebase_source : 306ede940567b5c7922d9248651c8091677cc5b8 extra : histedit_source : 0d1bff410be6fcddfd74c85b9d4313d15c82a7cf --- python/mozboot/mozboot/centos.py | 1 + python/mozboot/mozboot/fedora.py | 1 + 2 files changed, 2 insertions(+) diff --git a/python/mozboot/mozboot/centos.py b/python/mozboot/mozboot/centos.py index f2b68fe439a7..a9387845eb52 100644 --- a/python/mozboot/mozboot/centos.py +++ b/python/mozboot/mozboot/centos.py @@ -34,6 +34,7 @@ class CentOSBootstrapper(BaseBootstrapper): self.browser_packages = [ 'alsa-lib-devel', 'dbus-glib-devel', + 'GConf2-devel', 'glibc-static', 'gstreamer-devel', 'gstreamer-plugins-base-devel', diff --git a/python/mozboot/mozboot/fedora.py b/python/mozboot/mozboot/fedora.py index beec2c9efb2a..360b6e4ae46e 100644 --- a/python/mozboot/mozboot/fedora.py +++ b/python/mozboot/mozboot/fedora.py @@ -29,6 +29,7 @@ class FedoraBootstrapper(BaseBootstrapper): self.browser_packages = [ 'alsa-lib-devel', 'gcc-c++', + 'GConf2-devel', 'glibc-static', 'gstreamer-devel', 'gstreamer-plugins-base-devel',