| Index: build/install-build-deps.sh
|
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
|
| index 3b4c70351168bdd19690e325c63016294ee10b39..a83918115adab8308b524813fce8ac349578aa12 100755
|
| --- a/build/install-build-deps.sh
|
| +++ b/build/install-build-deps.sh
|
| @@ -139,7 +139,8 @@ dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg libfontconfig1-dbg
|
| # arm cross toolchain packages needed to build chrome on armhf
|
| arm_list="libc6-dev-armhf-cross
|
| linux-libc-dev-armhf-cross
|
| - g++-arm-linux-gnueabihf"
|
| + g++-arm-linux-gnueabihf
|
| + linux-libc-dev:i386"
|
|
|
| # Packages to build NaCl, its toolchains, and its ports.
|
| naclports_list="ant autoconf bison cmake gawk intltool xutils-dev xsltproc"
|
|
|