diff options
-rw-r--r-- | package/neon/Config.in | 1 | ||||
-rw-r--r-- | package/neon/neon.mk | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/package/neon/Config.in b/package/neon/Config.in index c0b775b48..1ffb61a35 100644 --- a/package/neon/Config.in +++ b/package/neon/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_NEON bool "libneon" + select BR2_PACKAGE_PKGCONFIG help HTTP and WebDAV client library, with a C interface. diff --git a/package/neon/neon.mk b/package/neon/neon.mk index 543a47c6b..f877c4e0c 100644 --- a/package/neon/neon.mk +++ b/package/neon/neon.mk @@ -11,6 +11,8 @@ NEON_CONF_OPT+=--enable-shared --without-gssapi --disable-rpath NEON_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install +NEON_DEPENDENCIES:=pkgconfig + ifeq ($(strip $(BR2_PACKAGE_NEON_LIBXML2)),y) NEON_CONF_OPT+=--with-libxml2=yes NEON_CONF_OPT+=--with-expat=no |