aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2017-01-04 15:57:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-05 13:53:44 +0000
commite2006b11d36e3ead725ae6e5613b6b0087f28029 (patch)
tree2f08325d438446d8c5cd8806faa22163ffe84072
parent2f4c6b833d3d57c394bce5f7ebba688a0ce8e66e (diff)
downloadopenembedded-core-e2006b11d36e3ead725ae6e5613b6b0087f28029.tar.gz
eglinfo-x11: add opengl to REQUIRED_DISTRO_FEATURES
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 <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb3
1 files changed, 2 insertions, 1 deletions
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 3427fdf420..db00f76e90 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)"