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.

(From OE-Core rev: e2006b11d36e3ead725ae6e5613b6b0087f28029)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Christopher Larson 2017-01-04 15:57:53 -07:00 committed by Richard Purdie
parent 304eb396c2
commit f11d86d0c6
1 changed files with 2 additions and 1 deletions

View 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)"