]> code.ossystems Code Review - openembedded-core.git/commitdiff
libcroco: added missing dependency on zlib
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 14:17:43 +0000 (14:17 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 14:17:43 +0000 (14:17 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4766 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libcroco/libcroco_0.6.1.bb

index cc7fc05d62766b98320ddd85f60fedb3377298af..6ac74e48ac08a2c167347c0f76b48b14ae7fcd17 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit"
 SECTION = "x11/utils"
-DEPENDS = "glib-2.0 libxml2"
+DEPENDS = "glib-2.0 libxml2 zlib"
 LICENSE = "LGPL"
 PR = "r2"