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:42 +0000 |
commit | bc4d051c2fa56acb0479330b4342a39396de30d4 (patch) | |
tree | e9d3c5c7522a21f774c5661bc9028130477b8b31 /meta/recipes-graphics | |
parent | 928d41cb7343c23f586a2a1a5e6f81569d9c261b (diff) | |
download | openembedded-core-bc4d051c2fa56acb0479330b4342a39396de30d4.tar.gz openembedded-core-bc4d051c2fa56acb0479330b4342a39396de30d4.tar.bz2 openembedded-core-bc4d051c2fa56acb0479330b4342a39396de30d4.zip |
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 <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-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" 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. |