Commit bd55b929 authored by svenpanne's avatar svenpanne Committed by Commit bot

Fixed install-build-deps.sh for Goobuntu Precise laptops.

Review URL: https://codereview.chromium.org/508953003

Cr-Commit-Position: refs/heads/master@{#292345}
parent cd7b4461
...@@ -155,7 +155,7 @@ nacl_list="autoconf bison cmake g++-mingw-w64-i686 gawk lib32z1-dev ...@@ -155,7 +155,7 @@ nacl_list="autoconf bison cmake g++-mingw-w64-i686 gawk lib32z1-dev
# it depends on mesa, and only one version of mesa can exists on the system. # it depends on mesa, and only one version of mesa can exists on the system.
# Hence we must match the same version or this entire script will fail. # Hence we must match the same version or this entire script will fail.
mesa_variant="" mesa_variant=""
for variant in "-lts-quantal" "-lts-raring" "-lts-saucy"; do for variant in "-lts-quantal" "-lts-raring" "-lts-saucy" "-lts-trusty"; do
if $(dpkg-query -Wf'${Status}' libgl1-mesa-glx${variant} | \ if $(dpkg-query -Wf'${Status}' libgl1-mesa-glx${variant} | \
grep -q " ok installed"); then grep -q " ok installed"); then
mesa_variant="${variant}" mesa_variant="${variant}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment