瀏覽代碼

remove intltool check, needs to be resolved.

Waldemar Brodkorb 11 年之前
父節點
當前提交
83bcb2289a
共有 1 個文件被更改,包括 0 次插入11 次删除
  1. 0 11
      scripts/scan-pkgs.sh

+ 0 - 11
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