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

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

Issue 131563007: Add libtinfo-dev:i386 to nacl_list in install-build-deps.sh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 4c0fd54054c48e101fa2af5a2c3c89dfefae770a..9269dd7c5fadbec2737cdeb10c4e5df681ac2892 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -149,7 +149,7 @@ armel_list="libc6-armel-cross libc6-dev-armel-cross libgcc1-armel-cross
arm_list="$arm_list $armel_list"
# Packages to build standalone NaCl and all its toolchains.
-nacl_list="g++-mingw-w64-i686"
+nacl_list="g++-mingw-w64-i686 libtinfo-dev:i386"
# Some package names have changed over time
if package_exists ttf-mscorefonts-installer; then
« 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