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

Unified Diff: build/linux/sysroot_scripts/sysroot-creator-jessie.sh

Issue 2558343002: Fix Jessie sysroot missing deps (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « build/linux/sysroot_scripts/packagelist.jessie.mipsel ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/sysroot_scripts/sysroot-creator-jessie.sh
diff --git a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
index 161744251a406579507a91091c90005229a4ea04..3cfd5ba0755ba6fd993106750c70d44ef6787415 100755
--- a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
@@ -166,12 +166,17 @@ DEBIAN_PACKAGES="\
libx11-xcb1
libx11-xcb-dev
libxau6
+ libaudit1
libxau-dev
libxcb1
libxcb1-dev
+ libxcb-dri2-0
+ libxcb-dri3-0
libxcb-glx0
+ libxcb-present0
libxcb-render0
libxcb-render0-dev
+ libxcb-sync1
libxcb-shm0
libxcb-shm0-dev
libxcomposite1
@@ -196,6 +201,7 @@ DEBIAN_PACKAGES="\
libxrandr-dev
libxrender1
libxrender-dev
+ libxshmfence1
libxss1
libxss-dev
libxt6
« no previous file with comments | « build/linux/sysroot_scripts/packagelist.jessie.mipsel ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698