neon 0.26: inherit pkgconfig
authorKoen Kooi <koen@openembedded.org>
Fri, 28 Apr 2006 16:37:26 +0000 (16:37 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 28 Apr 2006 16:37:26 +0000 (16:37 +0000)
packages/neon/neon_0.26.0.bb

index 4a16a3c..7e979da 100644 (file)
@@ -3,13 +3,13 @@ SECTION = "base"
 LICENSE = "LGPL"
 DEPENDS = "zlib libxml2 expat time gnutls"
 
-PR = "r0"
+PR = "r1"
 
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
 
-inherit autotools binconfig lib_package
+inherit autotools binconfig lib_package pkgconfig
 
 EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"