From 15f7f8f402eab5b7cd03094c358435c4c880b5b6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 22 Nov 2009 11:36:13 +0100 Subject: more bulk build fixes - update rtorrent, libtorrent and libsigc++ - add skeleton for cfinstaller - fix uclibc samba compile - fix parallel builds - update tcl - update iw - remove mac80211 package, use kernel integrated drivers - mark packages which can not be compiled parallel (make -j2) --- scripts/scan-pkgs.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scripts') diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index 0e38b35c1..b1292f7e2 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -71,6 +71,10 @@ if [[ -n $ADK_PACKAGE_DANSGUARDIAN ]]; then NEED_PKGCONFIG="$NEED_PKGCONFIG dansguardian" fi +if [[ -n $ADK_PACKAGE_XKEYBOARD_CONFIG ]]; then + NEED_INTL="$NEED_INTL xkeyboard-config" +fi + if [[ -n $ADK_PACKAGE_GLIB ]]; then NEED_GLIBZWO="$NEED_GLIBZWO glib" NEED_GETTEXT="$NEED_GETTEXT glib" @@ -109,6 +113,13 @@ if [[ -n $NEED_SSLDEV ]]; then fi fi +if [[ -n $NEED_INTL ]]; then + if ! which intltool-update >/dev/null 2>&1; then + echo >&2 You need intltool-update to build $NEED_INTL + out=1 + fi +fi + if [[ -n $NEED_BISON ]]; then if ! which bison >/dev/null 2>&1; then echo >&2 You need bison to build $NEED_BISON -- cgit v1.2.3