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

Unified Diff: build/linux/sysroot_scripts/sysroot-creator-precise.sh

Issue 2645693002: Add libxkbcommon packages to precise sysroot (Closed)
Patch Set: Created 3 years, 11 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.sh ('k') | build/linux/sysroot_scripts/sysroots.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator.sh ('k') | build/linux/sysroot_scripts/sysroots.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698