summaryrefslogtreecommitdiffstats
path: root/meta/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 10:45:48 +0100
commitaa7ec171103d5e8fa26ad875bf209e373f295d7a (patch)
tree8430e2c3b3704ea673a5687679dfa959f52d0354 /meta/recipes-graphics/clutter/table.inc
parent777f1a3f85c40f45ebbe53183358a38dec50c73b (diff)
downloadpoky-aa7ec171103d5e8fa26ad875bf209e373f295d7a.tar.gz
table: move old clutter demo to meta-demoapps
(From OE-Core rev: 36ec158df1ed6db4dc917d16fa7adb0f34fec0b4) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/table.inc')
-rw-r--r--meta/recipes-graphics/clutter/table.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-graphics/clutter/table.inc b/meta/recipes-graphics/clutter/table.inc
deleted file mode 100644
index 937ad56b9c..0000000000
--- a/meta/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