summaryrefslogtreecommitdiff
path: root/scripts/scan-pkgs.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-10 16:42:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-10 16:42:11 +0100
commit2e7d502c6344dcc949d64a7c9d689ff90e3bbb10 (patch)
treee1630ced2ef1e91b0ceb60e2c977084987c7981f /scripts/scan-pkgs.sh
parenta7df43ea27675ee1b2a9137eb6a541f394f724b9 (diff)
use cmake-host
Diffstat (limited to 'scripts/scan-pkgs.sh')
-rw-r--r--scripts/scan-pkgs.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 985009051..e00ef2da4 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -166,13 +166,8 @@ if [[ -n $ADK_PACKAGE_GLIB ]]; then
NEED_GETTEXT="$NEED_GETTEXT glib"
fi
-if [[ -n $ADK_PACKAGE_BCM2835_VC ]]; then
- NEED_CMAKE="$NEED_CMAKE bcm2835-vc"
-fi
-
if [[ -n $ADK_PACKAGE_YAJL ]]; then
NEED_RUBY="$NEED_RUBY yajl"
- NEED_CMAKE="$NEED_CMAKE yajl"
fi
if [[ -n $ADK_PACKAGE_XBMC ]]; then
@@ -347,13 +342,6 @@ if [[ -n $NEED_BISON ]]; then
fi
fi
-if [[ -n $NEED_CMAKE ]]; then
- if ! which cmake >/dev/null 2>&1; then
- echo >&2 You need cmake to build $NEED_CMAKE
- out=1
- fi
-fi
-
if [[ -n $NEED_ZIP ]]; then
if ! which zip >/dev/null 2>&1; then
echo >&2 You need zip to build $NEED_ZIP