M7350/oe-core/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc

13 lines
292 B
PHP
Raw Normal View History

2024-09-09 08:57:42 +00:00
SUMMARY = "Library for embedding a Clutter canvas in a GTK+ application"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPLv2+"
inherit clutter
DEPENDS = "clutter-1.0 gtk+3"
PACKAGES =+ "${PN}-examples"
AUTOTOOLS_AUXDIR = "${S}/build"
EXTRA_OECONF += "--disable-introspection"