mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
at-spi2-core: depend on glib-2.0-native
When gobject-introspection feature is disabled, glib-2.0-native package dependency is not pulled in but at-spi2-core has a hard dependency on it (do_configure fails due to missing glib-genmarshal). (From OE-Core rev: 954411393a50b8d09cc42f1098e54193d6b19e1d) Signed-off-by: Petr Kubizňák <kubiznak@2n.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ac3ab46c11
commit
13cc2d67e7
@@ -13,7 +13,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[sha256sum] = "aa0c86c79f7a8d67bae49a5b7a5ab08430c608cffe6e33bf47a72f41ab03c3d0"
|
||||
|
||||
DEPENDS = "dbus glib-2.0 libxml2"
|
||||
DEPENDS = "dbus glib-2.0 glib-2.0-native libxml2"
|
||||
|
||||
# For backwards compatibility
|
||||
PROVIDES += "atk at-spi2-atk"
|
||||
|
||||
Reference in New Issue
Block a user