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

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

Issue 10166005: Add libbluetooth-dev to the list of chromeos deps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 917c7b6b8293f72c1bcb9e25290e049b944088da..5ee1935bbb5b37ef692169f1f34b16bddec5d3c9 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -49,7 +49,7 @@ if [ "x$(id -u)" != x0 ]; then
fi
# Packages needed for chromeos only
-chromeos_dev_list="libpulse-dev"
+chromeos_dev_list="libbluetooth-dev libpulse-dev"
# Packages need for development
dev_list="apache2.2-bin bison curl elfutils fakeroot flex g++ gperf
« 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