mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-02 10:55:38 +02:00
This was removed from oe-core but it's still useful, so add it to meta-oe. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16 lines
381 B
PHP
16 lines
381 B
PHP
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"
|