| 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 d52602f4986b9c94e85fd2c831e512f74ac0aa57..a684fb066e6c23a8d2bca05556cd365f31209d48 100755
|
| --- a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
|
| +++ b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
|
| @@ -3,7 +3,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -SCRIPT_DIR=$(dirname $0)
|
| +SCRIPT_DIR=$(cd $(dirname $0) && pwd)
|
|
|
| DISTRO=debian
|
| DIST=jessie
|
| @@ -138,6 +138,8 @@ DEBIAN_PACKAGES="\
|
| libstdc++6
|
| libstdc++-4.8-dev
|
| libtasn1-6
|
| + libudev-dev
|
| + libudev1
|
| libx11-6
|
| libx11-dev
|
| libx11-xcb1
|
|
|