summaryrefslogtreecommitdiff
path: root/scripts/scan-pkgs.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-16 10:54:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-16 10:54:03 +0100
commit469b35af91f6b8123943bab064ecf362e28bc438 (patch)
treea0d84be7d01cd656987e1deb7e032830682d3263 /scripts/scan-pkgs.sh
parent3a26d8a1629c063d336d61e0fcf622056499204e (diff)
fix xbmc build, use swig and sdl host, add CEC,NFS, SSH and Samba support
Diffstat (limited to 'scripts/scan-pkgs.sh')
-rw-r--r--scripts/scan-pkgs.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 5d4a80abc..4c201560a 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -105,11 +105,6 @@ if [[ -n $ADK_PACKAGE_EGLIBC ]]; then
NEED_GPERF="$NEED_GPERF eglibc"
fi
-if [[ -n $ADK_PACKAGE_XBMC ]]; then
- NEED_SDLDEV="$NEED_SDLDEV xbmc"
- NEED_SDLIMAGEDEV="$NEED_SDLIMAGEDEV xbmc"
-fi
-
if [[ -n $ADK_PACKAGE_FONT_BITSTREAM_100DPI ]]; then
NEED_MKFONTDIR="$NEED_MKFONTDIR font-bitstream-100dpi"
fi