]> code.ossystems Code Review - openembedded-core.git/commitdiff
libglu: add opengl to REQUIRED_DISTRO_FEATURES
authorChristopher Larson <chris_larson@mentor.com>
Wed, 4 Jan 2017 22:57:52 +0000 (15:57 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Jan 2017 13:53:44 +0000 (13:53 +0000)
This requires libgl, and mesa requires the opengl distro feature.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/libglu_9.0.0.bb

index 010998d926de04856d8245fb33d830e6f25db404..8b94613c706527ddc61e13fda2b731f0f35a9f8b 100644 (file)
@@ -24,7 +24,7 @@ DEPENDS = "virtual/libgl"
 inherit autotools pkgconfig distro_features_check
 
 # Requires libGL.so which is provided by mesa when x11 in DISTRO_FEATURES
-REQUIRED_DISTRO_FEATURES = "x11"
+REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
 # Remove the mesa-glu dependency in mesa-glu-dev, as mesa-glu is empty
 RDEPENDS_${PN}-dev = ""