From: Martin Jansa Date: Wed, 28 Jan 2015 14:52:11 +0000 (+0100) Subject: piglit: add x11 to required DISTRO_FEATURES X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4d051c2fa56acb0479330b4342a39396de30d4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git piglit: add x11 to required DISTRO_FEATURES * there is some pending work to resolve this unnecessary x11 dependency, this can be reverted together with x11 dependency removal Signed-off-by: Martin Jansa Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index f468120f80b..68ac7e76770 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -13,7 +13,9 @@ S = "${WORKDIR}/git" DEPENDS = "virtual/libx11 libxrender waffle virtual/libgl libglu python-mako-native python-numpy-native" -inherit cmake pythonnative +inherit cmake pythonnative distro_features_check +# depends on virtual/libx11 +REQUIRED_DISTRO_FEATURES = "x11" # As piglit doesn't install, enforce in-tree builds so that we can easily copy # contents out of $S and $B.