diff options
author | Petr Kubizňák <kubiznak@2n.com> | 2023-04-04 12:57:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-04 13:33:18 +0100 |
commit | bf2d2d0a624d32bb47a3aab4d87a8d4adbdc16e5 (patch) | |
tree | 67be99f7f33304cf4062efa5c6bc3fcf9ee4687e /meta/recipes-support/vte | |
parent | bbf2e79f88153b531af1e32a62497412adeb4c8a (diff) | |
download | poky-bf2d2d0a624d32bb47a3aab4d87a8d4adbdc16e5.tar.gz |
vte: depend on glib-2.0-native
When gobject-introspection feature is disabled, glib-2.0-native package
dependency is not pulled in but vte has a hard dependency on it
(do_configure fails due to missing glib-mkenums).
(From OE-Core rev: 686e0cb93f9f6ef663243e62c7a8cc43ca1dcd3a)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r-- | meta/recipes-support/vte/vte_0.72.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte_0.72.0.bb b/meta/recipes-support/vte/vte_0.72.0.bb index c08ac879e1..5eaff99159 100644 --- a/meta/recipes-support/vte/vte_0.72.0.bb +++ b/meta/recipes-support/vte/vte_0.72.0.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \ | |||
11 | file://COPYING.XTERM;md5=d7fc3a23c16c039afafe2e042030f057 \ | 11 | file://COPYING.XTERM;md5=d7fc3a23c16c039afafe2e042030f057 \ |
12 | " | 12 | " |
13 | 13 | ||
14 | DEPENDS = "glib-2.0 gtk+3 libpcre2 libxml2-native gperf-native icu" | 14 | DEPENDS = "glib-2.0 glib-2.0-native gtk+3 libpcre2 libxml2-native gperf-native icu" |
15 | 15 | ||
16 | GNOMEBASEBUILDCLASS = "meson" | 16 | GNOMEBASEBUILDCLASS = "meson" |
17 | GIR_MESON_OPTION = 'gir' | 17 | GIR_MESON_OPTION = 'gir' |