From: Christopher Larson <[email protected]> The .inc already included this, but the x11 version was overriding it. This is a problem, as the x11 version still needs opengl as well as x11. Append instead.
Signed-off-by: Christopher Larson <[email protected]> --- meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb index 3427fdf..db00f76 100644 --- a/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb +++ b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb @@ -6,7 +6,8 @@ include eglinfo.inc DEPENDS += "virtual/libx11" inherit distro_features_check + # depends on virtual/libx11 -REQUIRED_DISTRO_FEATURES = "x11" +REQUIRED_DISTRO_FEATURES += "x11" SUMMARY += "(X11 version)" -- 2.8.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
