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

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

Issue 1638313003: Add support for ubuntu 15.10(wily) to install-build-deps.sh (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix for Jamesr's comment Created 4 years, 11 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 0c39d8709dfe24718d869cea10c3832a9fde7983..2ea502efe74c8dd769f2810668df979f85fd7329 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -73,7 +73,7 @@ if ! which lsb_release > /dev/null; then
fi
lsb_release=$(lsb_release --codename --short)
-ubuntu_codenames="(precise|trusty|utopic|vivid)"
+ubuntu_codenames="(precise|trusty|utopic|vivid|wily)"
if [ 0 -eq "${do_unsupported-0}" ] && [ 0 -eq "${do_quick_check-0}" ] ; then
if [[ ! $lsb_release =~ $ubuntu_codenames ]]; then
echo "ERROR: Only Ubuntu 12.04 (precise), 14.04 (trusty), " \
@@ -97,7 +97,7 @@ fi
chromeos_dev_list="libbluetooth-dev libxkbcommon-dev realpath"
# Packages needed for development
-dev_list="apache2.2-bin bison cdbs curl dpkg-dev elfutils devscripts fakeroot
+dev_list="bison cdbs curl dpkg-dev elfutils devscripts fakeroot
flex fonts-thai-tlwg g++ git-core git-svn gperf language-pack-da
language-pack-fr language-pack-he language-pack-zh-hant
libapache2-mod-php5 libasound2-dev libbrlapi-dev libav-tools
@@ -110,7 +110,7 @@ dev_list="apache2.2-bin bison cdbs curl dpkg-dev elfutils devscripts fakeroot
patch perl php5-cgi pkg-config python python-cherrypy3 python-crypto
python-dev python-numpy python-opencv python-openssl python-psutil
python-yaml rpm ruby subversion ttf-dejavu-core ttf-indic-fonts
- ttf-kochi-gothic ttf-kochi-mincho wdiff xfonts-mathml zip
+ ttf-kochi-gothic ttf-kochi-mincho wdiff
$chromeos_dev_list"
# 64-bit systems need a minimum set of 32-bit compat packages for the pre-built
@@ -220,7 +220,6 @@ else
dev_list="${dev_list} libbrlapi0.5"
fi
-
haltonhuo 2016/01/28 02:22:50 Woops, this deletion is not in purpose. But removi
jamesr 2016/01/28 20:21:58 This is fine
# Some packages are only needed if the distribution actually supports
# installing them.
if package_exists appmenu-gtk; then
« 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