mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 23:48:01 +00:00
spice-gtk: add opengl to REQUIRED_DISTRO_FEATURES
Fixes: ERROR: Nothing PROVIDES 'libepoxy' (but /build/layers/meta-openembedded/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb DEPENDS on or otherwise requires it) libepoxy 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', 'spice-gtk', 'libepoxy'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6746c04f85
commit
e5e37cc656
@ -41,7 +41,9 @@ DEPENDS = " \
|
||||
|
||||
RDEPENDS:${PN} = "python3-pyparsing python3-six"
|
||||
|
||||
inherit meson pkgconfig vala gobject-introspection
|
||||
inherit meson pkgconfig vala gobject-introspection features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
EXTRA_OEMESON = "-Dpie=true -Dvapi=enabled -Dintrospection=enabled"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user