From 83bcb2289a754df71092de8b31c474e49d4cb227 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Mar 2014 09:46:32 +0100 Subject: remove intltool check, needs to be resolved. --- scripts/scan-pkgs.sh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'scripts/scan-pkgs.sh') 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 -- cgit v1.2.3