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

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

Issue 2163623003: Linux: Build with xcb (Reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added symbol references from ui/gfx/x Created 4 years, 4 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
Index: build/install-build-deps.sh
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index f0ae0b14079c773262317d29c31b189ab87191a8..832d116beeeb6aa3fcf76d6db653eb3c868d0dc0 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -125,18 +125,19 @@ chromeos_lib_list="libpulse0 libbz2-1.0"
lib_list="libatk1.0-0 libc6 libasound2 libcairo2 libcap2 libcups2 libexpat1
libffi6 libfontconfig1 libfreetype6 libglib2.0-0 libgnome-keyring0
libgtk2.0-0 libpam0g libpango1.0-0 libpci3 libpcre3 libpixman-1-0
- libpng12-0 libspeechd2 libstdc++6 libsqlite3-0 libx11-6 libxau6
- libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6
- libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1 libxtst6
- zlib1g $chromeos_lib_list"
+ libpng12-0 libspeechd2 libstdc++6 libsqlite3-0 libx11-6 libx11-xcb1
+ libxau6 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6
+ libxext6 libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1
+ libxtst6 zlib1g $chromeos_lib_list"
# Debugging symbols for all of the run-time libraries
dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg libffi6-dbg libfontconfig1-dbg
libglib2.0-0-dbg libgtk2.0-0-dbg libpango1.0-0-dbg libpcre3-dbg
- libpixman-1-0-dbg libsqlite3-0-dbg libx11-6-dbg libxau6-dbg
- libxcb1-dbg libxcomposite1-dbg libxcursor1-dbg libxdamage1-dbg
- libxdmcp6-dbg libxext6-dbg libxfixes3-dbg libxi6-dbg libxinerama1-dbg
- libxrandr2-dbg libxrender1-dbg libxtst6-dbg zlib1g-dbg"
+ libpixman-1-0-dbg libsqlite3-0-dbg libx11-6-dbg libx11-xcb1-dbg
+ libxau6-dbg libxcb1-dbg libxcomposite1-dbg libxcursor1-dbg
+ libxdamage1-dbg libxdmcp6-dbg libxext6-dbg libxfixes3-dbg libxi6-dbg
+ libxinerama1-dbg libxrandr2-dbg libxrender1-dbg libxtst6-dbg
+ zlib1g-dbg"
# Find the proper version of libstdc++6-4.x-dbg.
if [ "x$lsb_release" = "xprecise" ]; then

Powered by Google App Engine
This is Rietveld 408576698