mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
(From OE-Core rev: 5ddaba1fb833d0408cef5f58f786513b9293c30a) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
495 B
PHP
17 lines
495 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
|
|
# 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"
|
|
|
|
EXTRA_OECONF += "--disable-introspection"
|
|
|