diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-01-28 15:52:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-03 14:53:54 +0000 |
commit | 95bf2ab4b0e436be942c9a18ceb985963ce72035 (patch) | |
tree | ed2670fe100d0b2abf9d50d7bc89d9cce1916a35 /meta/recipes-graphics/piglit/piglit_git.bb | |
parent | 4cc8614cbaf498944af403ea267c7afce5726a91 (diff) | |
download | poky-95bf2ab4b0e436be942c9a18ceb985963ce72035.tar.gz |
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
(From OE-Core rev: bc4d051c2fa56acb0479330b4342a39396de30d4)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/piglit/piglit_git.bb')
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 4 |
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 | ||
14 | DEPENDS = "virtual/libx11 libxrender waffle virtual/libgl libglu python-mako-native python-numpy-native" | 14 | DEPENDS = "virtual/libx11 libxrender waffle virtual/libgl libglu python-mako-native python-numpy-native" |
15 | 15 | ||
16 | inherit cmake pythonnative | 16 | inherit cmake pythonnative distro_features_check |
17 | # depends on virtual/libx11 | ||
18 | REQUIRED_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. |