diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-box2d.inc')
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-box2d.inc | 4 |
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" | |||
| 2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
| 3 | LICENSE = "Catto" | 3 | LICENSE = "Catto" |
| 4 | 4 | ||
| 5 | DEPENDS = "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 |
| 8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_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 | |||
| 15 | FILESPATH = "${FILE_DIRNAME}/clutter-box2d" | ||
