summaryrefslogtreecommitdiff
path: root/scripts/scan-pkgs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/scan-pkgs.sh')
-rw-r--r--scripts/scan-pkgs.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 894bb3a57..fcc64ac94 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -48,10 +48,6 @@ if [[ -n $ADK_COMPILE_HEIMDAL ]]; then
NEED_BISON="$NEED_BISON heimdal-server"
fi
-if [[ -n $ADK_PACKAGE_ALSA_UTILS ]]; then
- NEED_XMLTO="$NEED_XMLTO alsa-utils"
-fi
-
if [[ -n $ADK_PACKAGE_XKEYBOARD_CONFIG ]]; then
NEED_XKBCOMP="$NEED_XKBCOMP xkeyboard-config"
fi
@@ -173,13 +169,6 @@ if [[ -n $NEED_XKBCOMP ]]; then
fi
fi
-if [[ -n $NEED_XMLTO ]]; then
- if ! which xmlto >/dev/null 2>&1; then
- echo >&2 You need xmlto to build $NEED_XMLTO
- out=1
- fi
-fi
-
if [[ -n $NEED_PKGCONFIG ]]; then
if ! which pkg-config >/dev/null 2>&1; then
echo >&2 You need pkg-config to build $NEED_PKGCONFIG