summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/libglu_9.0.0.bb2
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"
24inherit autotools pkgconfig distro_features_check 24inherit 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
27REQUIRED_DISTRO_FEATURES = "x11" 27REQUIRED_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
30RDEPENDS_${PN}-dev = "" 30RDEPENDS_${PN}-dev = ""