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.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-box2d.inc b/meta/recipes-graphics/clutter/clutter-box2d.inc
new file mode 100644
index 0000000000..1a107c3993
--- /dev/null
+++ b/meta/recipes-graphics/clutter/clutter-box2d.inc
@@ -0,0 +1,15 @@
1DESCRIPTION = "Clutter Box2D"
2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "GPLv2"
4
5DEPENDS = "clutter-0.8"
6
7# The main clutter lib is machine specific so we need to be too
8PACKAGE_ARCH = "${MACHINE_ARCH}"
9
10inherit autotools pkgconfig gtk-doc
11
12do_install_append () {
13 install -d ${D}${bindir}
14 install ${S}/examples/.libs/blockbox ${D}${bindir}
15}