libxml2 2.6.26: Added libiconv dependency
authorShane Volpe <shanevolpe@gmail.com>
Sat, 7 Apr 2007 20:32:04 +0000 (20:32 +0000)
committerShane Volpe <shanevolpe@gmail.com>
Sat, 7 Apr 2007 20:32:04 +0000 (20:32 +0000)
packages/libxml/libxml2_2.6.26.bb

index 9f5295b..1695045 100644 (file)
@@ -2,7 +2,8 @@ DESCRIPTION = "GNOME XML Parser library"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "MIT"
-PR = "r2"
+DEPENDS = "libiconv"
+PR = "r3"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"