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

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

Issue 2516343002: Fix Jessie sysroot missing deps (Closed)
Patch Set: Created 4 years, 1 month 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 534fe1825860b1f66f755374b3cc6bafdb85d521..161744251a406579507a91091c90005229a4ea04 100755
--- a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
@@ -32,8 +32,12 @@ DEBIAN_PACKAGES="\
krb5-multidev
libasound2
libasound2-dev
+ libatk-bridge2.0-0
+ libatk-bridge2.0-dev
libatk1.0-0
libatk1.0-dev
+ libatspi2.0-0
+ libatspi2.0-dev
libattr1
libavahi-client3
libavahi-common3
@@ -186,6 +190,8 @@ DEBIAN_PACKAGES="\
libxi-dev
libxinerama1
libxinerama-dev
+ libxkbcommon0
+ libxkbcommon-dev
libxrandr2
libxrandr-dev
libxrender1
« 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