From 37a841321dca1314c9844d8d4665b5ff1e28a40f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 28 Jan 2015 15:50:13 +0100 Subject: recipes: add x11 to required DISTRO_FEATURES Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb') diff --git a/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb b/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb index f23621d9c2..404ee53314 100644 --- a/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb +++ b/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb @@ -9,6 +9,8 @@ PV = "8.0.0+git${SRCPV}" S = "${WORKDIR}/git" -inherit autotools-brokensep pkgconfig +inherit autotools-brokensep pkgconfig distro_features_check +# depends on virtual/libx11 +REQUIRED_DISTRO_FEATURES = "x11" DEPENDS = "virtual/libx11 libxmu libxi virtual/libgl libglu" -- cgit 1.2.3-korg