| Index: build/install-build-deps.sh
|
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
|
| index a15edef94cdb47b6b03d50cc4c4a0b9ba1099e85..729d48f4e7ac519edc37c92523af461698a38b69 100755
|
| --- a/build/install-build-deps.sh
|
| +++ b/build/install-build-deps.sh
|
| @@ -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.
|
| # Hence we must match the same version or this entire script will fail.
|
| 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} | \
|
| grep -q " ok installed"); then
|
| mesa_variant="${variant}"
|
|
|