mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
Besides checking DISTRO_FEATURES for required or conflicting features, being able to check MACHINE_FEATURES and/or COMBINED_FEATURES may also be useful at times. Temporarily support the old class name with a warning about future deprecation. (From OE-Core rev: 5f4875b950ce199e91f99c8e945a0c709166dc14) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
544 B
PHP
19 lines
544 B
PHP
SUMMARY = "Library for embedding a Clutter canvas in a GTK+ application"
|
|
HOMEPAGE = "http://www.clutter-project.org/"
|
|
LICENSE = "LGPLv2+"
|
|
|
|
CLUTTERBASEBUILDCLASS = "meson"
|
|
inherit clutter features_check upstream-version-is-even gobject-introspection gtk-doc
|
|
|
|
# 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"
|
|
|
|
GTKDOC_MESON_OPTION = "enable_docs"
|
|
|
|
GIR_MESON_OPTION = 'enable_gi'
|