diff options
author | Richard Purdie <richard@openedhand.com> | 2007-07-10 14:06:27 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-07-10 14:06:27 +0000 |
commit | e02fb94812ca03db5fea0377661ebde1e3f2222e (patch) | |
tree | 427497fb886e6497d44ca501fa946bf4da1a5434 /meta/packages/clutter/table.inc | |
parent | 9e9fe202ec1e79e6712f748197bf92e286e3cfe7 (diff) | |
download | poky-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/table.inc')
-rw-r--r-- | meta/packages/clutter/table.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/clutter/table.inc b/meta/packages/clutter/table.inc new file mode 100644 index 0000000000..6ee1672197 --- /dev/null +++ b/meta/packages/clutter/table.inc | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Table Clutter Demo" | ||
2 | HOMEPAGE = "http://www.clutter-project.org/" | ||
3 | LICENSE = "LGPL" | ||
4 | |||
5 | DEPENDS = "clutter-gst gnome-vfs" | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | do_install() { | ||
10 | install -d ${D}${bindir} | ||
11 | install -m 0755 ${S}/table ${D}${bindir}/table | ||
12 | } | ||
13 | |||
14 | #do_stage () { | ||
15 | # autotools_stage_all | ||
16 | #} | ||
17 | |||