diff options
-rw-r--r-- | package/neon/neon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/neon/neon.mk b/package/neon/neon.mk index 61cf7527e..2e1da07b5 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 |