mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
appstream: fix build without gobject-introspection-data
* there is a meson option to disable introspection, it's just called 'gir' fix GIR_MESON_OPTION to resolve: http://errors.yoctoproject.org/Errors/Details/702780/ Run-time dependency gobject-introspection-1.0 found: NO (tried pkgconfig) ../AppStream-0.16.1/meson.build:173:4: ERROR: Dependency "gobject-introspection-1.0" not found, tried pkgconfig Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
a6f1be0616
commit
f3379c8d98
|
|
@ -21,7 +21,7 @@ DEPENDS = " \
|
|||
|
||||
inherit meson gobject-introspection gettext gtk-doc pkgconfig vala
|
||||
|
||||
GIR_MESON_OPTION = ""
|
||||
GIR_MESON_OPTION = "gir"
|
||||
|
||||
SRC_URI = "https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz"
|
||||
SRC_URI:append:class-target = " file://0001-fix-crosscompile.patch"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user