summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-05 23:11:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-07 12:16:00 +0100
commitbe9fa8db6b1cec2428b6f240082a0eaf437f3ac1 (patch)
treeb5dac2809af3718460a8bd47e77b6f14bb73b691 /meta/recipes-support/vte
parenta52a75511044c9f640f22e0ef5df50dbb6ffdfc5 (diff)
downloadpoky-be9fa8db6b1cec2428b6f240082a0eaf437f3ac1.tar.gz
vte: add icu dependency
This is new in 0.60, and needs to be added explicitly to cause vte to rebuild properly against icu changes (there will be a QA check to catch such situations). (From OE-Core rev: cfa58fc143e19f465f4cb39d5e4f2c18b5f3ae85) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.60.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte_0.60.2.bb b/meta/recipes-support/vte/vte_0.60.2.bb
index 3891ff8165..a722e152a4 100644
--- a/meta/recipes-support/vte/vte_0.60.2.bb
+++ b/meta/recipes-support/vte/vte_0.60.2.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
9 file://COPYING.LGPL3;md5=b52f2d57d10c4f7ee67a7eb9615d5d24 \ 9 file://COPYING.LGPL3;md5=b52f2d57d10c4f7ee67a7eb9615d5d24 \
10" 10"
11 11
12DEPENDS = "glib-2.0 gtk+3 libpcre2 libxml2-native gperf-native" 12DEPENDS = "glib-2.0 gtk+3 libpcre2 libxml2-native gperf-native icu"
13 13
14GNOMEBASEBUILDCLASS = "meson" 14GNOMEBASEBUILDCLASS = "meson"
15GIR_MESON_OPTION = 'gir' 15GIR_MESON_OPTION = 'gir'