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

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

Issue 119336: Add lib32asound2-dev into 32-bit build dependencies. (Closed)
Patch Set: Created 11 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 90a29348256bebe3229fd1349e0e06f27a402759..6ea68b8b630dd78ff5f92f88f6b3dc0bcd6d431b 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -44,8 +44,8 @@ dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg libfontconfig1-dbg
libxrender1-dbg zlib1g-dbg"
# Standard 32bit compatibility libraries
-cmp_list="ia32-libs lib32readline-dev lib32stdc++6 lib32z1 lib32z1-dev
- libc6-dev-i386 libc6-i386"
+cmp_list="ia32-libs lib32asound2-dev lib32readline-dev lib32stdc++6 lib32z1
+ lib32z1-dev libc6-dev-i386 libc6-i386"
# Waits for the user to press 'Y' or 'N'. Either uppercase of lowercase is
# accepted. Returns 0 for 'Y' and 1 for 'N'. If an optional parameter has
« 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