mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 20:39:39 +01:00
Don't specificy dependant clutter version in inc file, this enables the inc file to be re-used accross Clutter versions. (From OE-Core rev: 8d26abb57e901f58b5c8782c110c52a437accb51) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
377 B
PHP
16 lines
377 B
PHP
DESCRIPTION = "Clutter Box2D"
|
|
HOMEPAGE = "http://www.clutter-project.org/"
|
|
LICENSE = "Catto"
|
|
|
|
# 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"
|