diff options
Diffstat (limited to 'meta-oe/recipes-graphics/clutter/clutter-box2d.inc')
| -rw-r--r-- | meta-oe/recipes-graphics/clutter/clutter-box2d.inc | 15 |
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 @@ | |||
| 1 | DESCRIPTION = "Clutter Box2D" | ||
| 2 | HOMEPAGE = "http://www.clutter-project.org/" | ||
| 3 | LICENSE = "LGPLv2.1+" | ||
| 4 | |||
| 5 | # The main clutter lib is machine specific so we need to be too | ||
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 7 | |||
| 8 | inherit autotools pkgconfig gtk-doc | ||
| 9 | |||
| 10 | do_install_append () { | ||
| 11 | install -d ${D}${bindir} | ||
| 12 | install ${S}/examples/.libs/blockbox ${D}${bindir} | ||
| 13 | } | ||
| 14 | |||
| 15 | FILESPATH = "${FILE_DIRNAME}/clutter-box2d" | ||
