diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/libspelling/libspelling_0.4.10.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/libspelling/libspelling_0.4.10.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.10.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.10.bb new file mode 100644 index 0000000000..c906c8097d --- /dev/null +++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.10.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "A spellcheck library for GTK 4" | ||
| 2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libspelling" | ||
| 3 | LICENSE = "LGPL-2.1-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 5 | |||
| 6 | DEPENDS = "enchant2 gtk4 gtksourceview5 icu" | ||
| 7 | |||
| 8 | inherit gnomebase pkgconfig gettext gi-docgen vala gobject-introspection features_check | ||
| 9 | |||
| 10 | # reason: gtk4 requires opengl distro feature | ||
| 11 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 12 | |||
| 13 | GIR_MESON_OPTION = '' | ||
| 14 | GIDOCGEN_MESON_OPTION = 'docs' | ||
| 15 | |||
| 16 | PACKAGECONFIG ?= "" | ||
| 17 | PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof" | ||
| 18 | |||
| 19 | SRC_URI[archive.sha256sum] = "56e3f01a3a18b575beea4c34349f99cdaba316e1f7c271b1231f7bcf5d9af73b" | ||
