summaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/clutter-cairo.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-07-10 14:06:27 +0000
committerRichard Purdie <richard@openedhand.com>2007-07-10 14:06:27 +0000
commite02fb94812ca03db5fea0377661ebde1e3f2222e (patch)
tree427497fb886e6497d44ca501fa946bf4da1a5434 /meta/packages/clutter/clutter-cairo.inc
parent9e9fe202ec1e79e6712f748197bf92e286e3cfe7 (diff)
downloadpoky-e02fb94812ca03db5fea0377661ebde1e3f2222e.tar.gz
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
Diffstat (limited to 'meta/packages/clutter/clutter-cairo.inc')
-rw-r--r--meta/packages/clutter/clutter-cairo.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/clutter/clutter-cairo.inc b/meta/packages/clutter/clutter-cairo.inc
new file mode 100644
index 0000000000..1095a7e8ef
--- /dev/null
+++ b/meta/packages/clutter/clutter-cairo.inc
@@ -0,0 +1,15 @@
1DESCRIPTION = "Clutter Cairo"
2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPL"
4
5DEPENDS = "clutter cairo"
6
7PACKAGES =+ "${PN}-examples"
8FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock"
9
10inherit autotools pkgconfig
11
12do_stage () {
13 autotools_stage_all
14}
15