From cfa58fc143e19f465f4cb39d5e4f2c18b5f3ae85 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 5 May 2020 23:11:13 +0200 Subject: 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). Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/vte/vte_0.60.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support') 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 = " \ file://COPYING.LGPL3;md5=b52f2d57d10c4f7ee67a7eb9615d5d24 \ " -DEPENDS = "glib-2.0 gtk+3 libpcre2 libxml2-native gperf-native" +DEPENDS = "glib-2.0 gtk+3 libpcre2 libxml2-native gperf-native icu" GNOMEBASEBUILDCLASS = "meson" GIR_MESON_OPTION = 'gir' -- cgit 1.2.3-korg