mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
0.90.2 depends on unstable gtk+-2.90.x that is not in poky, so pick up one version prior to it. Also rebase disable_deprecated.patch to keep the API compatibility with gtk+ and install example binary for poky-image-clutter. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 lines
259 B
PHP
14 lines
259 B
PHP
DESCRIPTION = "Clutter GTK+"
|
|
HOMEPAGE = "http://www.clutter-project.org/"
|
|
LICENSE = "LGPLv2"
|
|
|
|
DEPENDS = "gtk+"
|
|
|
|
FILESPATH = "${FILE_DIRNAME}/clutter-gtk"
|
|
|
|
PACKAGES =+ "${PN}-examples"
|
|
FILES_${PN}-examples = "${bindir}/*"
|
|
|
|
inherit autotools pkgconfig gtk-doc
|
|
|