aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-11-10 16:36:17 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-10 10:41:35 -0800
commit259faa90f703d6d3528b5392b813c772c1f995c3 (patch)
tree825e27c1732e97e8beb79b7a6d382cf92c8679b6 /meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb
parent491a703c41644b6ab4db62920774e6ea23bc8308 (diff)
downloadmeta-openembedded-259faa90f703d6d3528b5392b813c772c1f995c3.tar.gz
gtksourceview5: add opengl to REQUIRED_DISTRO_FEATURES
Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gtksourceview5', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb')
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb
index 52c270e6a0..297f79fe20 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb
@@ -23,6 +23,7 @@ GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase lib_package gettext features_check gtk-doc gtk-icon-cache gobject-introspection vala
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
+REQUIRED_DISTRO_FEATURES = "opengl"
SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.4/${PNAME}-${PV}.tar.xz"
SRC_URI[sha256sum] = "ad140e07eb841910de483c092bd4885abd29baadd6e95fa22d93ed2df0b79de7"