mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
clutter-gtk-1.0: convert to meson
This required adding an option to control gobject introspection via a custom patch, and tweaking clutter.bbclass to not enforce autotools. (From OE-Core rev: 9b9c12268bf9365101da4a985f70c06740dfeb8f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4972d5dbd9
commit
85a4d9f53b
@@ -14,4 +14,5 @@ REALNAME = "${@get_real_name("${BPN}")}"
|
||||
SRC_URI = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive"
|
||||
S = "${WORKDIR}/${REALNAME}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig gtk-doc gettext
|
||||
CLUTTERBASEBUILDCLASS ??= "autotools"
|
||||
inherit ${CLUTTERBASEBUILDCLASS} pkgconfig gtk-doc gettext
|
||||
|
||||
Reference in New Issue
Block a user