summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/table.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/clutter/table.inc')
-rw-r--r--meta/recipes-graphics/clutter/table.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/table.inc b/meta/recipes-graphics/clutter/table.inc
new file mode 100644
index 0000000000..dc949172b5
--- /dev/null
+++ b/meta/recipes-graphics/clutter/table.inc
@@ -0,0 +1,13 @@
1DESCRIPTION = "Table Clutter Demo"
2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPL"
4
5DEPENDS = "clutter-gst-0.6 gnome-vfs"
6
7inherit autotools pkgconfig
8
9do_install() {
10 install -d ${D}${bindir}
11 install -m 0755 ${S}/table ${D}${bindir}/table
12}
13