Bug 1287486 - Add libx11-xcb-dev to the list of required packages to build on Ubuntu, and sort the list. r?gps draft
authorPaul Adenot <paul@paul.cx>
Mon, 18 Jul 2016 17:52:53 +0200
changeset 389096 bed097b85396cd489866aa4b19ee030363aa6187
parent 389095 253eeb273377ea4e00c701a2ab09ff9677cc53c0
child 525654 828ef8d743d547a01037290410bdbd015459b1e2
push id23296
push userpaul@paul.cx
push dateMon, 18 Jul 2016 15:53:15 +0000
reviewersgps
bugs1287486
milestone50.0a1
Bug 1287486 - Add libx11-xcb-dev to the list of required packages to build on Ubuntu, and sort the list. r?gps MozReview-Commit-ID: GqSSpfT3vlm
python/mozboot/mozboot/debian.py
--- a/python/mozboot/mozboot/debian.py
+++ b/python/mozboot/mozboot/debian.py
@@ -49,26 +49,27 @@ class DebianBootstrapper(BaseBootstrappe
     # These are common packages for building Firefox for Desktop
     # (browser) for all Debian-derived distros (such as Ubuntu).
     BROWSER_COMMON_PACKAGES = [
         'libasound2-dev',
         'libcurl4-openssl-dev',
         'libdbus-1-dev',
         'libdbus-glib-1-dev',
         'libgconf2-dev',
+        'libgtk-3-dev',
         'libgtk2.0-dev',
-        'libgtk-3-dev',
         'libiw-dev',
         'libnotify-dev',
         'libpulse-dev',
+        'libx11-xcb-dev',
         'libxt-dev',
         'mesa-common-dev',
         'python-dbus',
+        'xvfb',
         'yasm',
-        'xvfb',
     ]
 
     # Subclasses can add packages to this variable to have them installed.
     BROWSER_DISTRO_PACKAGES = []
 
     # These are common packages for building Firefox for Android
     # (mobile/android) for all Debian-derived distros (such as Ubuntu).
     MOBILE_ANDROID_COMMON_PACKAGES = [