diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-08 21:27:29 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-08 21:27:29 +0000 |
commit | 2635e758d12c5dbeee605a827d8db152ff594f97 (patch) | |
tree | 064a8fccac87048ae82638b2a85fde9c3714e8ad /build | |
parent | 4edc5fcf68d31dcb0b67d41957278ed023e62b97 (diff) | |
download | chromium_src-2635e758d12c5dbeee605a827d8db152ff594f97.zip chromium_src-2635e758d12c5dbeee605a827d8db152ff594f97.tar.gz chromium_src-2635e758d12c5dbeee605a827d8db152ff594f97.tar.bz2 |
Add libwww-perl to the list of installed packages.
There are two WebKit layout tests that try to use the HTTP::Date
perl module. This seems to be part of ubuntu-desktop, but in my chroot,
I needed to manually install this package.
Review URL: http://codereview.chromium.org/7237053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/install-build-deps.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 23421cd..1191693 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -107,10 +107,10 @@ dev_list="apache2.2-bin bison fakeroot flex g++ gperf language-pack-fr libgl1-mesa-dev libglu1-mesa-dev libglib2.0-dev libgnome-keyring-dev libgtk2.0-dev libjpeg62-dev libnspr4-dev libnss3-dev libpam0g-dev libsctp-dev libsqlite3-dev libxslt1-dev libxss-dev libxtst-dev - mesa-common-dev msttcorefonts patch perl php5-cgi pkg-config python - python-dev rpm subversion ttf-dejavu-core ttf-kochi-gothic - ttf-kochi-mincho wdiff libcurl4-gnutls-dev ttf-indic-fonts - ttf-thai-tlwg + mesa-common-dev msttcorefonts patch perl libwww-perl php5-cgi + pkg-config python python-dev rpm subversion ttf-dejavu-core + ttf-kochi-gothic ttf-kochi-mincho wdiff libcurl4-gnutls-dev + ttf-indic-fonts ttf-thai-tlwg $chromeos_dev_list" # Run-time libraries required by chromeos only |