aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-04-12 11:20:51 +0000
committerKhem Raj <raj.khem@gmail.com>2019-04-12 12:39:36 -0700
commit43ca7ab8311c73d1b72d320197c07c11138df991 (patch)
treef6f90a566a2f67e63ecbd991a9d19d27f6d3b42b /meta-oe
parent278a1c49593f8289e0aff4ea4146290b3599dadd (diff)
downloadmeta-openembedded-43ca7ab8311c73d1b72d320197c07c11138df991.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
index f86d7c16bf..5d33185900 100644
--- a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
+++ b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
@@ -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}"