increase dvbapp PR.
[vuplus_openembedded] / recipes / cairo / libsvg_cvs.bb
1 PV = "0.0+cvs${SRCDATE}"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 DEPENDS = "expat jpeg zlib libpng"
5 DESCRIPTION = "SVG parser library"
6 LICENSE = "LGPL"
7 SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libsvg"
8 S = "${WORKDIR}/libsvg"
9 PR = "r2"
10
11 EXTRA_OECONF = "--with-expat"
12
13 inherit autotools pkgconfig
14
15 do_stage () {
16         autotools_stage_all
17 }