diff options
author | Petr Kubizňák <kubiznak@2n.com> | 2023-03-31 13:46:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-03 11:39:59 +0100 |
commit | 13cc2d67e773b11be8d149252505061879c46ff8 (patch) | |
tree | 1f9bc0120fdf7601b40f32f8cfe37642ffc3ca17 /meta/recipes-support/atk | |
parent | ac3ab46c113d2fc71193d1f3848cdbccbedea8b1 (diff) | |
download | poky-13cc2d67e773b11be8d149252505061879c46ff8.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.46.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.46.0.bb b/meta/recipes-support/atk/at-spi2-core_2.46.0.bb index d9161e1acb..90313467d0 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.46.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.46.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "aa0c86c79f7a8d67bae49a5b7a5ab08430c608cffe6e33bf47a72f41ab03c3d0" | 14 | SRC_URI[sha256sum] = "aa0c86c79f7a8d67bae49a5b7a5ab08430c608cffe6e33bf47a72f41ab03c3d0" |
15 | 15 | ||
16 | DEPENDS = "dbus glib-2.0 libxml2" | 16 | DEPENDS = "dbus glib-2.0 glib-2.0-native libxml2" |
17 | 17 | ||
18 | # For backwards compatibility | 18 | # For backwards compatibility |
19 | PROVIDES += "atk at-spi2-atk" | 19 | PROVIDES += "atk at-spi2-atk" |