| 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
|
|
|