| 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
|
|
|