Commit 4ef4dccb authored by mcgrathr@chromium.org's avatar mcgrathr@chromium.org

Add libtinfo-dev:i386 to nacl_list in install-build-deps.sh

This is a prerequisiste for building GDB.

R=bradnelson@google.com

Review URL: https://codereview.chromium.org/131563007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245639 0039d316-1c4b-4281-b951-d872f2087c98
parent d4df015d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment