neon: uses pkgconfig so select it
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Aug 2008 20:47:19 +0000 (20:47 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Aug 2008 20:47:19 +0000 (20:47 -0000)
package/neon/Config.in
package/neon/neon.mk

index c0b775b4850ce14c314fbe56cc43571f1137667e..1ffb61a35ab3062ab2fda221f2e58fa7bf463c55 100644 (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.
 
index 543a47c6b89a78cda28c40399500f8c21ace3c3e..f877c4e0cd3002da412801eef930e7955648dbe5 100644 (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