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

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

Issue 311233006: install-build-deps: Install libudev1:i386 for Ubuntu 14.04 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 f0f0877f4c2432f8977744f345d2678f75d8680d..31a9b9c4a4e566ffd68e6b894d347378c52c01d3 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -151,7 +151,7 @@ nacl_list="bison cmake xvfb gawk texinfo autoconf libtool
libgconf-2-4:i386 libfontconfig:i386
libpango1.0-0:i386 libxi6:i386 libxcursor1:i386 libxcomposite1:i386
libasound2:i386 libxdamage1:i386 libxtst6:i386 libxrandr2:i386
- libcap2:i386 libudev0:i386 libgtk2.0-0:i386 libxss1:i386
+ libcap2:i386 libgtk2.0-0:i386 libxss1:i386
libexif12:i386 libgl1-mesa-glx:i386"
# Some package names have changed over time
@@ -174,8 +174,10 @@ else
fi
if package_exists libudev1; then
dev_list="${dev_list} libudev1"
+ nacl_list="${nacl_list} libudev1:i386"
else
dev_list="${dev_list} libudev0"
+ nacl_list="${nacl_list} libudev0:i386"
fi
if package_exists libbrlapi0.6; then
dev_list="${dev_list} libbrlapi0.6"
« 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