summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/piglit/piglit_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index f468120f80..68ac7e7677 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -13,7 +13,9 @@ S = "${WORKDIR}/git"
13 13
14DEPENDS = "virtual/libx11 libxrender waffle virtual/libgl libglu python-mako-native python-numpy-native" 14DEPENDS = "virtual/libx11 libxrender waffle virtual/libgl libglu python-mako-native python-numpy-native"
15 15
16inherit cmake pythonnative 16inherit cmake pythonnative distro_features_check
17# depends on virtual/libx11
18REQUIRED_DISTRO_FEATURES = "x11"
17 19
18# As piglit doesn't install, enforce in-tree builds so that we can easily copy 20# As piglit doesn't install, enforce in-tree builds so that we can easily copy
19# contents out of $S and $B. 21# contents out of $S and $B.