summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-01 09:46:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-01 09:46:32 +0100
commit83bcb2289a754df71092de8b31c474e49d4cb227 (patch)
treec4d3888d3d92cb16b82efbb077f43b97eefcc61f /scripts
parent3542293b7fcf88cc6aff3696026a7568c43cdd3f (diff)
remove intltool check, needs to be resolved.
Diffstat (limited to 'scripts')
-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 1ff957c25..13f5deec7 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -77,10 +77,6 @@ if [[ -n $ADK_PACKAGE_SQUID ]]; then
NEED_GXX="$NEED_GXX squid"
fi
-if [[ -n $ADK_PACKAGE_XKEYBOARD_CONFIG ]]; then
- NEED_INTL="$NEED_INTL xkeyboard-config"
-fi
-
if [[ -n $ADK_PACKAGE_LIBXFONT ]]; then
NEED_XMLTO="$NEED_XMLTO libXfont"
fi
@@ -208,13 +204,6 @@ if [[ -n $NEED_MKFONTDIR ]]; then
fi
fi
-if [[ -n $NEED_INTL ]]; then
- if ! which intltool-update >/dev/null 2>&1; then
- echo >&2 You need intltool to build $NEED_INTL
- out=1
- fi
-fi
-
if [[ -n $NEED_WWW ]]; then
if ! which w3m >/dev/null 2>&1; then
if ! which lynx >/dev/null 2>&1; then