# HG changeset patch # User Christophe Lincoln # Date 1337698267 -7200 # Node ID b6587677282bbc96a1d1c5b41e8947f0fc48ef7d # Parent 78f92a2255c19be3ad54baeae05606ac058aee7e gettext: fix bdeps (now with cross-compilation we must be even more carefull in some cases) diff -r 78f92a2255c1 -r b6587677282b gettext/receipt --- a/gettext/receipt Tue May 22 16:43:55 2012 +0200 +++ b/gettext/receipt Tue May 22 16:51:07 2012 +0200 @@ -12,11 +12,11 @@ # Why deps on glib-dev ??? And glib build depends on gettext anyway... DEPENDS="gettext-base libgomp ncurses gcc-lib-base glib libxml2" -BUILD_DEPENDS="glibc-locale ncurses-dev glib-dev libxml2-dev" +BUILD_DEPENDS="glibc-locale ncurses-dev glib-dev libxml2-tools libxml2-dev" # Handle cross compilation. Glibc-locale are installed in cross chroot. case "$ARCH" in - arm) BUILD_DEPENDS="ncurses-dev libxml2-dev" ;; + arm) BUILD_DEPENDS="ncurses-dev libxml2-tools libxml2-dev" ;; esac # Rules to configure and make the package.