diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-16 13:40:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-16 13:40:07 +0100 |
commit | 3ea82668f719898904b8fc337934c64f8715b2c8 (patch) | |
tree | a0ddf0be2056f46c6ddcfc653d09941e1a5ea4d9 /scripts | |
parent | 0aba5d5b78cbecdcd10d9ce1bc83b9cf2c2d0cff (diff) |
use host tools for libxcb
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-pkgs.sh | 4 |
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 |