aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xvideo-tests
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-05-10 19:30:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-14 11:41:12 +0100
commit908f6f2ded18d5301f428e685bface60335bd791 (patch)
tree45bd4a0b8bf2f1640a7ff4d3a1a39c01db917cd1 /meta/recipes-graphics/xvideo-tests
parente66f1c830bfee09ed9a043ade5374fe61fea3c99 (diff)
downloadopenembedded-core-contrib-908f6f2ded18d5301f428e685bface60335bd791.tar.gz
recipes-graphics: add x11 to REQUIRED_DISTRO_FEATURES
They can't be built withou x11 in DISTRO_FEATURES. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-graphics/xvideo-tests')
-rw-r--r--meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
index 27aacde837..9b3c9e0c05 100644
--- a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
+++ b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
@@ -11,4 +11,7 @@ SRC_URI = "git://git.yoctoproject.org/test-xvideo"
S = "${WORKDIR}/git"
-inherit autotools
+inherit autotools distro_features_check
+
+# The libxv requires x11 in DISTRO_FEATURES
+REQUIRED_DISTRO_FEATURES = "x11"