diff options
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/libglu_9.0.0.bb | 5 |
1 files changed, 4 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 06d30f9bfa..010998d926 100644 --- a/meta/recipes-graphics/mesa/libglu_9.0.0.bb +++ b/meta/recipes-graphics/mesa/libglu_9.0.0.bb | |||
@@ -21,7 +21,10 @@ S = "${WORKDIR}/glu-${PV}" | |||
21 | 21 | ||
22 | DEPENDS = "virtual/libgl" | 22 | DEPENDS = "virtual/libgl" |
23 | 23 | ||
24 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig distro_features_check |
25 | |||
26 | # Requires libGL.so which is provided by mesa when x11 in DISTRO_FEATURES | ||
27 | REQUIRED_DISTRO_FEATURES = "x11" | ||
25 | 28 | ||
26 | # 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 |
27 | RDEPENDS_${PN}-dev = "" | 30 | RDEPENDS_${PN}-dev = "" |