aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter/table.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/clutter/table.inc')
-rw-r--r--recipes/clutter/table.inc17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes/clutter/table.inc b/recipes/clutter/table.inc
deleted file mode 100644
index 6ee1672197..0000000000
--- a/recipes/clutter/table.inc
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Table Clutter Demo"
-HOMEPAGE = "http://www.clutter-project.org/"
-LICENSE = "LGPL"
-
-DEPENDS = "clutter-gst gnome-vfs"
-
-inherit autotools pkgconfig
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 ${S}/table ${D}${bindir}/table
-}
-
-#do_stage () {
-# autotools_stage_all
-#}
-