[OE-core] [PATCH 04/12] libglu: add x11 to REQUIRED_DISTRO_FEATURES
Robert Yang
liezhi.yang at windriver.com
Mon May 11 06:08:37 UTC 2015
It requires libGL.so which is provided by mesa when x11 in
DISTRO_FEATURES.
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
meta/recipes-graphics/mesa/libglu_9.0.0.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/mesa/libglu_9.0.0.bb b/meta/recipes-graphics/mesa/libglu_9.0.0.bb
index 06d30f9..010998d 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}"
DEPENDS = "virtual/libgl"
-inherit autotools pkgconfig
+inherit autotools pkgconfig distro_features_check
+
+# Requires libGL.so which is provided by mesa when x11 in DISTRO_FEATURES
+REQUIRED_DISTRO_FEATURES = "x11"
# Remove the mesa-glu dependency in mesa-glu-dev, as mesa-glu is empty
RDEPENDS_${PN}-dev = ""
--
1.7.9.5
More information about the Openembedded-core
mailing list