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 0000000..dc94917
--- /dev/null
+++ b/meta/recipes-graphics/clutter/table.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "Table Clutter Demo"
+HOMEPAGE = "http://www.clutter-project.org/"
+LICENSE = "LGPL"
+
+DEPENDS = "clutter-gst-0.6 gnome-vfs"
+
+inherit autotools pkgconfig
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 ${S}/table ${D}${bindir}/table
+}
+
OpenPOWER on IntegriCloud