From: Christopher Larson Date: Wed, 4 Jan 2017 22:57:53 +0000 (-0700) Subject: eglinfo-x11: add opengl to REQUIRED_DISTRO_FEATURES X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2006b11d36e3ead725ae6e5613b6b0087f28029;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- 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 3427fdf4207..db00f76e903 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)"