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

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

Issue 2415933004: Add Wayland dev packages to sysroots (Closed)
Patch Set: Add missing , Created 4 years, 2 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/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 8685c471c1c32827974c76ace6b9edcb4f2bcdea..50be0198cb1cb80cd856c995dfab02486e0fa11d 100755
--- a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
@@ -59,6 +59,8 @@ DEBIAN_PACKAGES="\
libdrm-dev
libdrm-nouveau2
libdrm-radeon1
+ libegl1-mesa
+ libegl1-mesa-dev
libelf1
libelf-dev
libexpat1
@@ -148,6 +150,11 @@ DEBIAN_PACKAGES="\
libtasn1-6
libudev-dev
libudev1
+ libwayland-client0
+ libwayland-cursor0
+ libwayland-dev
+ libwayland-egl1-mesa
+ libwayland-server0
libx11-6
libx11-dev
libx11-xcb1
« no previous file with comments | « build/linux/sysroot_scripts/packagelist.wheezy.mipsel ('k') | build/linux/sysroot_scripts/sysroot-creator-precise.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698