summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xvideo-tests
diff options
context:
space:
mode:
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"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit autotools 14inherit autotools distro_features_check
15
16# The libxv requires x11 in DISTRO_FEATURES
17REQUIRED_DISTRO_FEATURES = "x11"