mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a52a755110
commit
be9fa8db6b
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user