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

Unified Diff: build/linux/sysroot_scripts/sysroot-creator-wheezy.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
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-precise.sh ('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-wheezy.sh
diff --git a/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh b/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
index c0ddc5a5a378534828fb2bf1ed0e3daa8f69bd39..919e52d0d0e72c2600a70ac89ab7feb864975965 100755
--- a/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
@@ -53,6 +53,9 @@ DEBIAN_PACKAGES="\
libdrm-dev
libdrm-nouveau1a
libdrm-radeon1
+ libegl1-mesa
+ libegl1-mesa-dev
+ libegl1-mesa-drivers
libelf1
libelf-dev
libexpat1
@@ -133,6 +136,8 @@ DEBIAN_PACKAGES="\
libtasn1-3
libudev-dev
libudev0
+ libwayland0
+ libwayland-dev
libx11-6
libx11-dev
libx11-xcb1
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-precise.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698