Fix installation of libgl1-mesa-dev and mesa-common-dev in install-build-deps.sh
On a fresh install of Ubuntu Trusty + Cinnamon, install-build-deps.sh failed, because: * it was looking for libgl1-mesa-dev * Cinnamon forced libgl1-mesa-dev-lts-utopic to be installed * there cannot be two versions of libgl1-mesa-dev* installed This CL adds libgl1-mesa-dev and mesa-common-dev to the group of packages, for which the correct "mesa_variant" suffix is guessed. It also adds "-lts-utopic" to the list of explored suffixes. BUG=466787 Review URL: https://codereview.chromium.org/1003853003 Cr-Commit-Position: refs/heads/master@{#320889}
Showing
Please register or sign in to comment