]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
glib-networking: add missing host-intltool dependency
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 19 Mar 2012 15:40:07 +0000 (16:40 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 19 Mar 2012 15:43:54 +0000 (16:43 +0100)
Fixes the following problem:

checking whether NLS is requested... yes
checking for intltool >= 0.35.0... ./configure: line 12323: intltool-update: command not found
 found
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.
make: *** [/home/test/test/output/build/glib-networking-2.30.2/.stamp_configured] Error 1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/glib-networking/glib-networking.mk

index 47415d85d6d4aaa200b1853e01eb2dea213aed9d..9165835c39bf01eccc902478e166368429ca7eda 100644 (file)
@@ -12,7 +12,11 @@ GLIB_NETWORKING_SOURCE = glib-networking-$(GLIB_NETWORKING_VERSION).tar.xz
 
 GLIB_NETWORKING_INSTALL_STAGING = YES
 
-GLIB_NETWORKING_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) host-pkg-config libglib2
+GLIB_NETWORKING_DEPENDENCIES = \
+       $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) \
+       host-pkg-config \
+       host-intltool \
+       libglib2
 
 ifeq ($(BR2_PACKAGE_GNUTLS),y)
 GLIB_NETWORKING_DEPENDENCIES += gnutls