mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
(From OE-Core rev: e364deddafaec1f1f6b58ac41542dfc91d5145a4) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
475 B
PHP
16 lines
475 B
PHP
SUMMARY = "Library for embedding a Clutter canvas in a GTK+ application"
|
|
HOMEPAGE = "http://www.clutter-project.org/"
|
|
LICENSE = "LGPLv2+"
|
|
|
|
inherit clutter distro_features_check upstream-version-is-even gobject-introspection
|
|
# depends on clutter-1.0 which depends on cogl-1.0
|
|
REQUIRED_DISTRO_FEATURES ?= "opengl"
|
|
# depends on gtk+3
|
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
|
|
|
DEPENDS = "clutter-1.0 gtk+3"
|
|
PACKAGES =+ "${PN}-examples"
|
|
AUTOTOOLS_AUXDIR = "${S}/build"
|
|
|
|
|