diff options
Diffstat (limited to 'recipes/cairo/xsvg_cvs.bb')
-rw-r--r-- | recipes/cairo/xsvg_cvs.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/cairo/xsvg_cvs.bb b/recipes/cairo/xsvg_cvs.bb new file mode 100644 index 0000000000..210898f576 --- /dev/null +++ b/recipes/cairo/xsvg_cvs.bb @@ -0,0 +1,18 @@ +PV = "0.0+cvs${SRCDATE}" +LICENSE = "MIT-X" +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "libsvg-cairo xcursor" +DESCRIPTION = "SVG viewer" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=xsvg" +S = "${WORKDIR}/xsvg" + +# FIXME: add xcursor +BROKEN = "1" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} |