1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00

Add clutter, clutter-cairo, clutter-gst, aaina and table, excluded from world builds for now

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2143 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-07-10 14:06:27 +00:00
parent 9e9fe202ec
commit e02fb94812
16 changed files with 294 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
DESCRIPTION = "Clutter Cairo"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL"
DEPENDS = "clutter cairo"
PACKAGES =+ "${PN}-examples"
FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}