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

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

Issue 952173002: Instrumented libraries: add libjack0 to pulseaudio deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: 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:
« 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