aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
blob: 056b09184782cf67002775303ea317c621f3194d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Clutter Box2D"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPLv2.1+"

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

inherit autotools pkgconfig gtk-doc

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

FILESPATH = "${FILE_DIRNAME}/clutter-box2d"