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

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

Issue 309503007: Make install-build-deps.sh install libtinfo-dev (64-bit) package (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 0832cc44a877124813e8a8a4028ccb5c4cf1a4ff..6684596f35d816d24f6a3827a6d7f5663522485d 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -143,7 +143,7 @@ arm_list="libc6-dev-armhf-cross
g++-arm-linux-gnueabihf"
# Packages to build standalone NaCl and all its toolchains.
-nacl_list="g++-mingw-w64-i686 libtinfo-dev:i386"
+nacl_list="g++-mingw-w64-i686 libtinfo-dev 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