summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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