summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-box2d.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-box2d.inc')
-rw-r--r--meta/recipes-graphics/clutter/clutter-box2d.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-box2d.inc b/meta/recipes-graphics/clutter/clutter-box2d.inc
index 0249984b17..0574db3d51 100644
--- a/meta/recipes-graphics/clutter/clutter-box2d.inc
+++ b/meta/recipes-graphics/clutter/clutter-box2d.inc
@@ -2,8 +2,6 @@ DESCRIPTION = "Clutter Box2D"
2HOMEPAGE = "http://www.clutter-project.org/" 2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "Catto" 3LICENSE = "Catto"
4 4
5DEPENDS = "clutter-1.4"
6
7# The main clutter lib is machine specific so we need to be too 5# The main clutter lib is machine specific so we need to be too
8PACKAGE_ARCH = "${MACHINE_ARCH}" 6PACKAGE_ARCH = "${MACHINE_ARCH}"
9 7
@@ -13,3 +11,5 @@ do_install_append () {
13 install -d ${D}${bindir} 11 install -d ${D}${bindir}
14 install ${S}/examples/.libs/blockbox ${D}${bindir} 12 install ${S}/examples/.libs/blockbox ${D}${bindir}
15} 13}
14
15FILESPATH = "${FILE_DIRNAME}/clutter-box2d"