mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
libspelling: require opengl distro feature
The gkt4 in DEPENDS has 'opengl' in its REQUIRED_DISTRO_FEATURES, so libspelling also needs to set this. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6648a434d5
commit
b81c9ea11c
|
|
@ -5,7 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||||
|
|
||||||
DEPENDS = "enchant2 gtk4 gtksourceview5 icu"
|
DEPENDS = "enchant2 gtk4 gtksourceview5 icu"
|
||||||
|
|
||||||
inherit gnomebase pkgconfig gettext gi-docgen vala gobject-introspection
|
inherit gnomebase pkgconfig gettext gi-docgen vala gobject-introspection features_check
|
||||||
|
|
||||||
|
# reason: gtk4 requires opengl distro feature
|
||||||
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||||
|
|
||||||
GIR_MESON_OPTION = ''
|
GIR_MESON_OPTION = ''
|
||||||
GIDOCGEN_MESON_OPTION = 'docs'
|
GIDOCGEN_MESON_OPTION = 'docs'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user