diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 23:07:04 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 23:07:04 +0000 |
commit | ff94468c327f6bde20ae17601fceaeaa49622880 (patch) | |
tree | a847aa9a6fadee697f4a8b79faa75125bf40e75c /build | |
parent | 8afbd0e0c0de4363b51e1fac820a749084bdfee4 (diff) | |
download | chromium_src-ff94468c327f6bde20ae17601fceaeaa49622880.zip chromium_src-ff94468c327f6bde20ae17601fceaeaa49622880.tar.gz chromium_src-ff94468c327f6bde20ae17601fceaeaa49622880.tar.bz2 |
linux install-build-deps.sh: Add devscripts and zip.
They are needed when doing branding=Chrome buildtype=Official builds.
BUG=360311
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/265733002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/install-build-deps.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index a02b748..2611869 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -94,7 +94,7 @@ fi chromeos_dev_list="libbluetooth-dev" # Packages needed for development -dev_list="apache2.2-bin bison curl dpkg-dev elfutils fakeroot flex +dev_list="apache2.2-bin bison curl dpkg-dev elfutils devscripts fakeroot flex fonts-thai-tlwg g++ git-core gperf language-pack-da language-pack-fr language-pack-he language-pack-zh-hant libapache2-mod-php5 libasound2-dev libbrlapi-dev libbz2-dev libcairo2-dev libcap-dev @@ -106,7 +106,7 @@ dev_list="apache2.2-bin bison curl dpkg-dev elfutils fakeroot flex libxslt1-dev libxss-dev libxt-dev libxtst-dev mesa-common-dev openbox patch perl php5-cgi pkg-config python python-cherrypy3 python-dev python-psutil rpm ruby subversion ttf-dejavu-core ttf-indic-fonts - ttf-kochi-gothic ttf-kochi-mincho wdiff xfonts-mathml + ttf-kochi-gothic ttf-kochi-mincho wdiff xfonts-mathml zip $chromeos_dev_list" # 64-bit systems need a minimum set of 32-bit compat packages for the pre-built |