generic-poky/meta/packages/libcroco/libcroco_0.6.1.bb
Richard Purdie c3e0da1363 libcroco: Convert to use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-12 15:59:39 +01:00

10 lines
303 B
BlitzBasic

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 zlib"
LICENSE = "LGPL"
PR = "r3"
inherit autotools_stage pkgconfig gnome
SRC_URI_append = " file://croco.patch;patch=1 "