summaryrefslogtreecommitdiff
path: root/scripts/scan-pkgs.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 00:29:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 00:29:14 +0100
commit9a21650e0195ac7b6d733ad8ba0700ccfaa574f6 (patch)
treed12cdd5989c3fe35bd4b5db12a747d25155f8c0c /scripts/scan-pkgs.sh
parent7fe44c3270a5f83833f352d94ed5b7380b962f68 (diff)
fix cygwin compile issues
remove xmlto dependency, do not generate alsa manpages let aiccu cross-compile on != linux hosts
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