Chromium Code Reviews| Index: build/install-build-deps.sh |
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh |
| index 832d116beeeb6aa3fcf76d6db653eb3c868d0dc0..f606fd2662166616b5e7b213269c9bcc950dbba0 100755 |
| --- a/build/install-build-deps.sh |
| +++ b/build/install-build-deps.sh |
| @@ -98,7 +98,7 @@ chromeos_dev_list="libbluetooth-dev libxkbcommon-dev realpath" |
| # Packages needed for development |
| dev_list="bison cdbs curl dpkg-dev elfutils devscripts fakeroot |
| - flex fonts-thai-tlwg g++ git-core git-svn gperf language-pack-da |
| + flex fonts-ipafont fonts-thai-tlwg g++ git-core git-svn gperf language-pack-da |
|
Daniel Erat
2016/11/15 20:06:53
nit: please reformat this to fit within 80 columns
Jack Bates
2016/11/15 20:14:37
Done.
|
| language-pack-fr language-pack-he language-pack-zh-hant |
| libasound2-dev libbrlapi-dev libav-tools |
| libbz2-dev libcairo2-dev libcap-dev libcups2-dev libcurl4-gnutls-dev |
| @@ -257,14 +257,6 @@ if package_exists php7.0-cgi; then |
| else |
| dev_list="${dev_list} php5-cgi libapache2-mod-php5" |
| fi |
| -# Ubuntu 16.04 has this package deleted. |
| -if package_exists ttf-kochi-gothic; then |
| - dev_list="${dev_list} ttf-kochi-gothic" |
| -fi |
| -# Ubuntu 16.04 has this package deleted. |
| -if package_exists ttf-kochi-mincho; then |
| - dev_list="${dev_list} ttf-kochi-mincho" |
| -fi |
| # Some packages are only needed if the distribution actually supports |
| # installing them. |