aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/clutter/clutter-box2d.inc')
-rw-r--r--meta-oe/recipes-graphics/clutter/clutter-box2d.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-oe/recipes-graphics/clutter/clutter-box2d.inc b/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
deleted file mode 100644
index 646b785ca7..0000000000
--- a/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Clutter Box2D"
-HOMEPAGE = "http://www.clutter-project.org/"
-LICENSE = "LGPLv2.1+"
-
-# The main clutter lib is machine specific so we need to be too
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-inherit autotools pkgconfig gtk-doc
-
-do_install_append () {
- install -d ${D}${bindir}
- install ${S}/examples/.libs/blockbox ${D}${bindir}
-}
-
-FILESPATH = "${FILE_DIRNAME}/clutter-box2d"