summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-16 13:40:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-16 13:40:07 +0100
commit3ea82668f719898904b8fc337934c64f8715b2c8 (patch)
treea0ddf0be2056f46c6ddcfc653d09941e1a5ea4d9 /scripts
parent0aba5d5b78cbecdcd10d9ce1bc83b9cf2c2d0cff (diff)
use host tools for libxcb
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index b6c932772..cebff9846 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -80,10 +80,6 @@ if [[ -n $ADK_COMPILE_OPENJDK7 ]]; then
[ $? -ne 0 ] && out=1
fi
-if [[ -n $ADK_PACKAGE_LIBXCB ]]; then
- NEED_XSLTPROC="$NEED_XSLTPROC libxcb"
-fi
-
if [[ -n $ADK_PACKAGE_XKEYBOARD_CONFIG ]]; then
NEED_XKBCOMP="$NEED_XKBCOMP xkeyboard-config"
fi