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

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

Issue 407663002: Adding lib32ncurses5-dev to install-builds-deps.sh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reflow Created 6 years, 5 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 384165c19ef7db5179c36314221241c5b514707b..ca59745014348ed75616ced5af47039d0cdf78c0 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -146,7 +146,8 @@ arm_list="libc6-dev-armhf-cross
nacl_list="autoconf bison cmake g++-mingw-w64-i686 gawk lib32z1-dev
libasound2:i386 libcap2:i386 libelf-dev:i386 libexif12:i386
libfontconfig1:i386 libgconf-2-4:i386 libglib2.0-0:i386 libgpm2:i386
- libgtk2.0-0:i386 libncurses5:i386 libnss3:i386 libpango1.0-0:i386
+ libgtk2.0-0:i386 libncurses5:i386 lib32ncurses5-dev
+ libnss3:i386 libpango1.0-0:i386
libssl0.9.8:i386 libtinfo-dev libtinfo-dev:i386 libtool
libxcomposite1:i386 libxcursor1:i386 libxdamage1:i386 libxi6:i386
libxrandr2:i386 libxss1:i386 libxtst6:i386 texinfo xvfb"
« 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