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

Unified Diff: build/linux/sysroot_scripts/sysroot-creator-precise.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-precise.sh
diff --git a/build/linux/sysroot_scripts/sysroot-creator-precise.sh b/build/linux/sysroot_scripts/sysroot-creator-precise.sh
index 7c92047cfde5fd1f4278d943d69fc1faaf6ceafa..06da64ba7d50013ddadf03087cafb6b17f65f8f0 100755
--- a/build/linux/sysroot_scripts/sysroot-creator-precise.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator-precise.sh
@@ -56,6 +56,9 @@ DEBIAN_PACKAGES="\
libdrm-nouveau2
libdrm-radeon1
libdrm2
+ libegl1-mesa
+ libegl1-mesa-dev
+ libegl1-mesa-drivers
libelf1
libelf-dev
libexpat1
@@ -134,6 +137,8 @@ DEBIAN_PACKAGES="\
libstdc++6
libstdc++6-4.6-dev
libtasn1-3
+ libwayland0
+ libwayland-dev
libx11-6
libx11-dev
libx11-xcb1
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-jessie.sh ('k') | build/linux/sysroot_scripts/sysroot-creator-wheezy.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698