From: Will Newton Date: Thu, 11 Jun 2009 19:40:41 +0000 (+0200) Subject: neon: Fix pkgconfig dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1029ec82dfe45ff8f2bf61cfeb0a626c92542e86;p=buildroot.git neon: Fix pkgconfig dependency neon should depend on host-pkgconfig rather than pkgconfig. Closes #385. Signed-off-by: Will Newton Signed-off-by: Peter Korsgaard --- diff --git a/package/neon/neon.mk b/package/neon/neon.mk index 61cf7527e0..2e1da07b53 100644 --- a/package/neon/neon.mk +++ b/package/neon/neon.mk @@ -9,7 +9,7 @@ NEON_INSTALL_STAGING:=YES NEON_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install NEON_CONF_OPT:=--enable-shared --without-gssapi --disable-rpath -NEON_DEPENDENCIES:=pkgconfig +NEON_DEPENDENCIES:=host-pkgconfig ifeq ($(BR2_PACKAGE_NEON_LIBXML2),y) NEON_CONF_OPT+=--with-libxml2=yes