diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2017-01-04 15:57:52 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-05 13:54:06 +0000 |
| commit | 304eb396c286618063b93ce476441719b5dad3a6 (patch) | |
| tree | ac9c15627088d911748963c01bab1acd43207836 /meta | |
| parent | 9843d2227ca405ddd331c65be6405e8905ef9e61 (diff) | |
| download | poky-304eb396c286618063b93ce476441719b5dad3a6.tar.gz | |
libglu: add opengl to REQUIRED_DISTRO_FEATURES
This requires libgl, and mesa requires the opengl distro feature.
(From OE-Core rev: 2f4c6b833d3d57c394bce5f7ebba688a0ce8e66e)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/mesa/libglu_9.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/libglu_9.0.0.bb b/meta/recipes-graphics/mesa/libglu_9.0.0.bb index 010998d926..8b94613c70 100644 --- a/meta/recipes-graphics/mesa/libglu_9.0.0.bb +++ b/meta/recipes-graphics/mesa/libglu_9.0.0.bb | |||
| @@ -24,7 +24,7 @@ DEPENDS = "virtual/libgl" | |||
| 24 | inherit autotools pkgconfig distro_features_check | 24 | inherit autotools pkgconfig distro_features_check |
| 25 | 25 | ||
| 26 | # Requires libGL.so which is provided by mesa when x11 in DISTRO_FEATURES | 26 | # Requires libGL.so which is provided by mesa when x11 in DISTRO_FEATURES |
| 27 | REQUIRED_DISTRO_FEATURES = "x11" | 27 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
| 28 | 28 | ||
| 29 | # Remove the mesa-glu dependency in mesa-glu-dev, as mesa-glu is empty | 29 | # Remove the mesa-glu dependency in mesa-glu-dev, as mesa-glu is empty |
| 30 | RDEPENDS_${PN}-dev = "" | 30 | RDEPENDS_${PN}-dev = "" |
