wok rev 12833

gettext: fix bdeps (now with cross-compilation we must be even more carefull in some cases)
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 22 16:51:07 2012 +0200 (2012-05-22)
parents 78f92a2255c1
children b2cca7c91b35
files gettext/receipt
line diff
     1.1 --- a/gettext/receipt	Tue May 22 16:43:55 2012 +0200
     1.2 +++ b/gettext/receipt	Tue May 22 16:51:07 2012 +0200
     1.3 @@ -12,11 +12,11 @@
     1.4  
     1.5  # Why deps on glib-dev ??? And glib build depends on gettext anyway...
     1.6  DEPENDS="gettext-base libgomp ncurses gcc-lib-base glib libxml2"
     1.7 -BUILD_DEPENDS="glibc-locale ncurses-dev glib-dev libxml2-dev"
     1.8 +BUILD_DEPENDS="glibc-locale ncurses-dev glib-dev libxml2-tools libxml2-dev"
     1.9  
    1.10  # Handle cross compilation. Glibc-locale are installed in cross chroot.
    1.11  case "$ARCH" in
    1.12 -	arm) BUILD_DEPENDS="ncurses-dev libxml2-dev" ;;
    1.13 +	arm) BUILD_DEPENDS="ncurses-dev libxml2-tools libxml2-dev" ;;
    1.14  esac
    1.15  
    1.16  # Rules to configure and make the package.