diff options
author | Christopher Larson <chris_larson@mentor.com> | 2017-01-04 15:57:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-05 13:54:06 +0000 |
commit | f11d86d0c66b6f1a418994f2a5645bb1f21163bf (patch) | |
tree | a7674802287886f9b5bd1fed5ae6880caf6842bb /meta/recipes-graphics/eglinfo | |
parent | 304eb396c286618063b93ce476441719b5dad3a6 (diff) | |
download | poky-f11d86d0c66b6f1a418994f2a5645bb1f21163bf.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.
(From OE-Core rev: e2006b11d36e3ead725ae6e5613b6b0087f28029)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/eglinfo')
-rw-r--r-- | meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb | 3 |
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 | |||
6 | DEPENDS += "virtual/libx11" | 6 | DEPENDS += "virtual/libx11" |
7 | 7 | ||
8 | inherit distro_features_check | 8 | inherit distro_features_check |
9 | |||
9 | # depends on virtual/libx11 | 10 | # depends on virtual/libx11 |
10 | REQUIRED_DISTRO_FEATURES = "x11" | 11 | REQUIRED_DISTRO_FEATURES += "x11" |
11 | 12 | ||
12 | SUMMARY += "(X11 version)" | 13 | SUMMARY += "(X11 version)" |