diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 09:54:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 09:54:17 +0100 |
commit | eec4eeb930e2e4bd366030b49b1342b4094c73f6 (patch) | |
tree | 80398f39aa81eceb2beec1bc8b291ce4e90559ff /scripts | |
parent | 64f65712c5797e2c62e32b31bb3c6532a009be0c (diff) | |
parent | 3b17b48643cb3f4f2874fe7018a8f30bee64a6e8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-pkgs.sh | 11 |
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 |