summaryrefslogtreecommitdiff
path: root/scripts/scan-pkgs.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-15 13:09:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-15 13:09:05 +0100
commita0deaa2aa55c42627339355fa98537693c0bfaa5 (patch)
treeccf49f6926edb42e73e6d2080cf8b8ea3cfa9236 /scripts/scan-pkgs.sh
parent3c6e9231dd25bf1827bf80b3b0892a7ec2d05e26 (diff)
mesalib does not use makedepend anymore
Diffstat (limited to 'scripts/scan-pkgs.sh')
-rw-r--r--scripts/scan-pkgs.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index c90760b6e..597e8f108 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -65,14 +65,6 @@ if [[ -n $ADK_PACKAGE_LIBX11 ]]; then
NEED_X11="$NEED_X11 libx11"
fi
-if [[ -n $ADK_COMPILE_ORBIT2 ]]; then
- NEED_LIBIDL="$NEED_LIBIDL orbit2"
-fi
-
-if [[ -n $ADK_PACKAGE_MESALIB ]]; then
- NEED_MAKEDEPEND="$NEED_MAKEDEPEND mesalib"
-fi
-
if [[ -n $ADK_COMPILE_OPENJDK ]]; then
NEED_GXX="$NEED_GXX openjdk"
NEED_XSLTPROC="$NEED_XSLTPROC openjdk"
@@ -336,13 +328,6 @@ if [[ -n $NEED_DBUSGLIB ]]; then
fi
fi
-if [[ -n $NEED_MAKEDEPEND ]]; then
- if ! which makedepend >/dev/null 2>&1; then
- echo >&2 You need makedepend to build $NEED_MAKEDEPEND
- out=1
- fi
-fi
-
if [[ -n $ADK_USE_CCACHE ]]; then
if ! which ccache >/dev/null 2>&1; then
echo >&2 You have selected to build with ccache, but ccache could not be found.