瀏覽代碼

neon: Fix pkgconfig dependency

neon should depend on host-pkgconfig rather than pkgconfig.

Closes #385.

Signed-off-by: Will Newton <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Will Newton 16 年之前
父節點
當前提交
1029ec82df
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/neon/neon.mk

+ 1 - 1
package/neon/neon.mk

@@ -9,7 +9,7 @@ NEON_INSTALL_STAGING:=YES
 NEON_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install
 NEON_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install
 NEON_CONF_OPT:=--enable-shared --without-gssapi --disable-rpath
 NEON_CONF_OPT:=--enable-shared --without-gssapi --disable-rpath
 
 
-NEON_DEPENDENCIES:=pkgconfig
+NEON_DEPENDENCIES:=host-pkgconfig
 
 
 ifeq ($(BR2_PACKAGE_NEON_LIBXML2),y)
 ifeq ($(BR2_PACKAGE_NEON_LIBXML2),y)
 NEON_CONF_OPT+=--with-libxml2=yes
 NEON_CONF_OPT+=--with-libxml2=yes