]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglinfo-x11: add opengl to REQUIRED_DISTRO_FEATURES
authorChristopher Larson <chris_larson@mentor.com>
Wed, 4 Jan 2017 22:57:53 +0000 (15:57 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Jan 2017 13:53:44 +0000 (13:53 +0000)
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>
meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb

index 3427fdf4207919789001574fa85059e5f57efa2d..db00f76e90325dc01e06274ab9ef44a1e7a778f0 100644 (file)
@@ -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)"