summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb')
-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"