| 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 4aab5db389c229f427c5ba6487dd8b6d34316341..b6093b3d4ba0ccfab2e818dc6f827f62626693fd 100755
|
| --- a/build/linux/sysroot_scripts/sysroot-creator-precise.sh
|
| +++ b/build/linux/sysroot_scripts/sysroot-creator-precise.sh
|
| @@ -8,6 +8,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
| DISTRO=ubuntu
|
| DIST=precise
|
| DIST_UPDATES=precise-updates
|
| +REPO_EXTRA="universe"
|
|
|
| # This is where we get all the debian packages from.
|
| APT_REPO=http://archive.ubuntu.com/ubuntu
|
| @@ -172,6 +173,8 @@ DEBIAN_PACKAGES="\
|
| libxi-dev
|
| libxinerama1
|
| libxinerama-dev
|
| + libxkbcommon0
|
| + libxkbcommon-dev
|
| libxrandr2
|
| libxrandr-dev
|
| libxrender1
|
|
|