summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-01 10:11:22 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-01 10:11:22 +0100
commitc5108fc09cc7af796e1c0c5954a91bb0bc3891f3 (patch)
tree1e51a221126da8593c0abd47f39280e0401a29e9
parentbd9a6caf3d56f554d9f4ae02334aa8fa084e56cf (diff)
Revert "Add libxt-dev as pre-requisite for the build"
This reverts commit bd9a6caf3d56f554d9f4ae02334aa8fa084e56cf.
-rw-r--r--[-rwxr-xr-x]pre-build-root-install-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-build-root-install-dependencies.sh b/pre-build-root-install-dependencies.sh
index 747a44d..53f7a78 100755..100644
--- a/pre-build-root-install-dependencies.sh
+++ b/pre-build-root-install-dependencies.sh
@@ -5,7 +5,7 @@ apt-get install -y --force-yes sed wget cvs subversion git bzr coreutils \
unzip bzip2 tar gzip cpio gawk python patch diffstat make \
build-essential gcc g++ desktop-file-utils chrpath autoconf automake \
libgl1-mesa-dev libglu1-mesa-dev libsdl1.2-dev texi2html texinfo \
- realpath libxt-dev
+ realpath
# Get latest repo script and install it in PATH (use our mirror of repo)
test -d $HOME/bin || mkdir -p $HOME/bin