Bug 1349967 - Install the libGL library during bootstrap on Ubuntu. r?glandium draft
authorKartikaya Gupta <kgupta@mozilla.com>
Thu, 23 Mar 2017 12:49:27 -0400
changeset 503840 a60b3552158d7e9a64bfdf155fe161b2b0738714
parent 503825 439ee2e4fc4ed4a82102608639d9751e376d5536
child 550520 af31bb1a001f69f5fe43dc9dbbd561d3921b417e
push id50674
push userkgupta@mozilla.com
push dateThu, 23 Mar 2017 16:50:13 +0000
reviewersglandium
bugs1349967
milestone55.0a1
Bug 1349967 - Install the libGL library during bootstrap on Ubuntu. r?glandium This provides the libGL.so library which is needed to build WebRender, which is now being built by default in local builds. MozReview-Commit-ID: C4oTHZCQHId
python/mozboot/mozboot/debian.py
--- a/python/mozboot/mozboot/debian.py
+++ b/python/mozboot/mozboot/debian.py
@@ -49,16 +49,17 @@ 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',
+        'libgl1-mesa-dev',
         'libgtk-3-dev',
         'libgtk2.0-dev',
         'libiw-dev',
         'libnotify-dev',
         'libpulse-dev',
         'libx11-xcb-dev',
         'libxt-dev',
         'mesa-common-dev',