aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-graphics/clutter/table.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-04-26 16:29:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-28 09:52:30 +0100
commit36ec158df1ed6db4dc917d16fa7adb0f34fec0b4 (patch)
tree589b4464d3fec928fe3c8f9a83f11d38e7441f70 /meta-demoapps/recipes-graphics/clutter/table.inc
parent96d672d735fb1cf7d0a450ad74bbccb32641a374 (diff)
downloadopenembedded-core-36ec158df1ed6db4dc917d16fa7adb0f34fec0b4.tar.gz
table: move old clutter demo to meta-demoapps
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-demoapps/recipes-graphics/clutter/table.inc')
-rw-r--r--meta-demoapps/recipes-graphics/clutter/table.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-graphics/clutter/table.inc b/meta-demoapps/recipes-graphics/clutter/table.inc
new file mode 100644
index 0000000000..937ad56b9c
--- /dev/null
+++ b/meta-demoapps/recipes-graphics/clutter/table.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "Table Clutter Demo"
+HOMEPAGE = "http://www.clutter-project.org/"
+LICENSE = "LGPLv2.1 & GPLv2"
+
+DEPENDS = "clutter-gst-1.4 gnome-vfs"
+
+inherit autotools pkgconfig
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 ${S}/table ${D}${bindir}/table
+}
+