Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1137)

Unified Diff: build/install-build-deps.sh

Issue 332823004: ozone: Add libgles2-mesa-dev to build/install-build-deps.sh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-build-deps.sh
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index 5cb252298357baa4a05885f4736dbdd38fb6d07d..a0fcbd409b1b0e281c69b85dc1d9b696aaa89431 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -161,7 +161,8 @@ for variant in "-lts-quantal" "-lts-raring" "-lts-saucy"; do
mesa_variant="${variant}"
fi
done
-dev_list="${dev_list} libgbm-dev${mesa_variant}"
+dev_list="${dev_list} libgbm-dev${mesa_variant}
+ libgles2-mesa-dev${mesa_variant}"
nacl_list="${nacl_list} libgl1-mesa-glx${mesa_variant}:i386"
# Some package names have changed over time
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698