summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb
index 833fe65c37..11ac086565 100644
--- a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb
+++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb
@@ -5,7 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5 5
6DEPENDS = "enchant2 gtk4 gtksourceview5 icu" 6DEPENDS = "enchant2 gtk4 gtksourceview5 icu"
7 7
8inherit gnomebase pkgconfig gettext gi-docgen vala gobject-introspection 8inherit gnomebase pkgconfig gettext gi-docgen vala gobject-introspection features_check
9
10# reason: gtk4 requires opengl distro feature
11REQUIRED_DISTRO_FEATURES = "opengl"
9 12
10GIR_MESON_OPTION = '' 13GIR_MESON_OPTION = ''
11GIDOCGEN_MESON_OPTION = 'docs' 14GIDOCGEN_MESON_OPTION = 'docs'