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
This commit is contained in:
Paul Adenot 2016-07-18 17:52:53 +02:00
parent d408de78ad
commit b813d27712

View File

@ -54,16 +54,17 @@ class DebianBootstrapper(BaseBootstrapper):
'libdbus-1-dev',
'libdbus-glib-1-dev',
'libgconf2-dev',
'libgtk2.0-dev',
'libgtk-3-dev',
'libgtk2.0-dev',
'libiw-dev',
'libnotify-dev',
'libpulse-dev',
'libx11-xcb-dev',
'libxt-dev',
'mesa-common-dev',
'python-dbus',
'yasm',
'xvfb',
'yasm',
]
# Subclasses can add packages to this variable to have them installed.