mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libforms: add x11 to required DISTRO_FEATURES because of libx11
libx11 was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libforms', 'libx11'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
278a1c4959
commit
43ca7ab831
|
|
@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c
|
|||
|
||||
inherit autotools distro_features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
REQUIRED_DISTRO_FEATURES = "opengl x11"
|
||||
|
||||
S = "${WORKDIR}/xforms-${PV}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user