Chromium Code Reviews| Index: third_party/instrumented_libraries/install-build-deps.sh |
| diff --git a/third_party/instrumented_libraries/install-build-deps.sh b/third_party/instrumented_libraries/install-build-deps.sh |
| index a0b9256bd148200bf0ca9bdaff570b7aed7a9f7b..d6cce4ac53291edd5073c15432bd1a585041b945 100755 |
| --- a/third_party/instrumented_libraries/install-build-deps.sh |
| +++ b/third_party/instrumented_libraries/install-build-deps.sh |
| @@ -79,14 +79,14 @@ else |
| packages="$common_packages $trusty_specific_packages" |
| fi |
| -sudo apt-get build-dep -y $packages |
| - |
| # Extra build deps for pulseaudio, which apt-get build-dep may fail to install |
| # for reasons which are not entirely clear. |
| sudo apt-get install libltdl3-dev libjson0-dev \ |
| - libsndfile1-dev libspeexdsp-dev \ |
| + libsndfile1-dev libspeexdsp-dev libjack0 \ |
| chrpath -y # Chrpath is required by fix_rpaths.sh. |
| +sudo apt-get build-dep -y $packages |
|
Alexander Potapenko
2015/03/10 09:59:04
OOC, why have you put this command after the previ
|
| + |
| if test "$ubuntu_release" = "trusty" ; then |
| # On Trusty, build deps for some of the instrumented packages above conflict |
| # with Chromium's build deps. In particular: |