abiword: add 2.8.3
[openembedded.git] / recipes / clutter / clutter-cairo.inc
1 DESCRIPTION = "Clutter Cairo"
2 HOMEPAGE = "http://www.clutter-project.org/"
3 LICENSE = "LGPL"
4
5 DEPENDS = "clutter cairo"
6
7 PACKAGES =+ "${PN}-examples"
8 FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock"
9
10 inherit autotools pkgconfig
11
12 do_stage () {
13         autotools_stage_all
14 }
15