aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter/clutter-box2d.inc
blob: 2b39916adef53f6a61be81b190f627ff97f169ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Clutter Box2D"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "GPLv2"

DEPENDS = "clutter-1.0"

# The main clutter lib is machine specific so we need to be too
PACKAGE_ARCH = "${MACHINE_ARCH}"

inherit autotools pkgconfig gtk-doc

EXTRA_OECONF += "--disable-introspection"

do_install_append () {
	install -d ${D}${bindir}
	install ${S}/examples/.libs/blockbox ${D}${bindir}
}