neon: uses pkgconfig so select it

This commit is contained in:
Peter Korsgaard 2008-08-26 20:47:19 +00:00
parent 2cd9ff92d7
commit fa62c2bb19
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_NEON
bool "libneon"
select BR2_PACKAGE_PKGCONFIG
help
HTTP and WebDAV client library, with a C interface.

View File

@ -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