summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-12-08 22:32:17 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-09 00:00:05 -0800
commitc3eaf805d2cce97ba2d25b6b4fae6b6ccbdfa114 (patch)
tree8b122aba16a8b75947441b631644954a04a3c8df /meta-gnome/recipes-gnome
parent58194b0b1264bb2f5c80b63edc3348c4fb1a0508 (diff)
downloadmeta-openembedded-c3eaf805d2cce97ba2d25b6b4fae6b6ccbdfa114.tar.gz
gspell: update DEPENDS, switch iso-codes for icu
gspell was changed in 2020 to use icu instead of iso-codes[1]. Signed-off-by: Ross Burton <ross.burton@arm.com> [1] https://gitlab.gnome.org/GNOME/gspell/-/commit/d5a8b72e194a6542ac4f7c850fe126c3c80d3a05 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb
index 7ad55da089..2668fc009f 100644
--- a/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb
+++ b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://wiki.gnome.org/Projects/gspell"
3LICENSE = "LGPL-2.1-only" 3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8c2e1ec1540fb3e0beb68361344cba7e" 4LIC_FILES_CHKSUM = "file://COPYING;md5=8c2e1ec1540fb3e0beb68361344cba7e"
5 5
6DEPENDS = "gtk+3 iso-codes enchant2" 6DEPENDS = "gtk+3 icu enchant2"
7 7
8GNOMEBASEBUILDCLASS = "autotools" 8GNOMEBASEBUILDCLASS = "autotools"
9inherit gnomebase gettext gobject-introspection vala gtk-doc 9inherit gnomebase gettext gobject-introspection vala gtk-doc