summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-graphics/clutter/table.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-demoapps/recipes-graphics/clutter/table.inc')
-rw-r--r--meta-demoapps/recipes-graphics/clutter/table.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-demoapps/recipes-graphics/clutter/table.inc b/meta-demoapps/recipes-graphics/clutter/table.inc
deleted file mode 100644
index 937ad56b9c..0000000000
--- a/meta-demoapps/recipes-graphics/clutter/table.inc
+++ /dev/null
@@ -1,13 +0,0 @@
1DESCRIPTION = "Table Clutter Demo"
2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPLv2.1 & GPLv2"
4
5DEPENDS = "clutter-gst-1.4 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