diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-11 17:20:25 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-11 17:20:25 +0000 |
commit | 844214644f3bd8f48b32bc8ed568d863ad12a101 (patch) | |
tree | 7d0b59d96b6deb12d1ed5915b4443df75e5d8ee7 /build | |
parent | 91757b23b785589106b332ea9f9ad20084eabcda (diff) | |
download | chromium_src-844214644f3bd8f48b32bc8ed568d863ad12a101.zip chromium_src-844214644f3bd8f48b32bc8ed568d863ad12a101.tar.gz chromium_src-844214644f3bd8f48b32bc8ed568d863ad12a101.tar.bz2 |
Remove libdbus-glib-1-2-dbg from install deps, as hardy does not have it and we don't strictly need it.
BUG=http://code.google.com/p/chromium/issues/detail?id=37199
TEST=none
Review URL: http://codereview.chromium.org/838003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41283 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/install-build-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 0d77145..b85eddd 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -150,7 +150,7 @@ lib_list="libatk1.0-0 libc6 libasound2 libcairo2 libdbus-glib-1-2 libexpat1 libxinerama1 libxrandr2 libxrender1 zlib1g" # Debugging symbols for all of the run-time libraries -dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg libdbus-glib-1-2-dbg +dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg libfontconfig1-dbg libglib2.0-0-dbg libgtk2.0-0-dbg libnspr4-0d-dbg libnss3-1d-dbg libpango1.0-0-dbg libpcre3-dbg libpixman-1-0-dbg libx11-6-dbg libxau6-dbg libxcb1-dbg libxcomposite1-dbg |