[Buildroot] svn commit: trunk/buildroot/package/neon

jacmet at uclibc.org jacmet at uclibc.org
Tue Aug 26 20:47:19 UTC 2008


Author: jacmet
Date: 2008-08-26 13:47:19 -0700 (Tue, 26 Aug 2008)
New Revision: 23221

Log:
neon: uses pkgconfig so select it

Modified:
   trunk/buildroot/package/neon/Config.in
   trunk/buildroot/package/neon/neon.mk


Changeset:
Modified: trunk/buildroot/package/neon/Config.in
===================================================================
--- trunk/buildroot/package/neon/Config.in	2008-08-26 20:47:15 UTC (rev 23220)
+++ trunk/buildroot/package/neon/Config.in	2008-08-26 20:47:19 UTC (rev 23221)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NEON
 	bool "libneon"
+	select BR2_PACKAGE_PKGCONFIG
 	help
 	  HTTP and WebDAV client library, with a C interface.
 

Modified: trunk/buildroot/package/neon/neon.mk
===================================================================
--- trunk/buildroot/package/neon/neon.mk	2008-08-26 20:47:15 UTC (rev 23220)
+++ trunk/buildroot/package/neon/neon.mk	2008-08-26 20:47:19 UTC (rev 23221)
@@ -11,6 +11,8 @@
 
 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




More information about the buildroot mailing list