Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Simple XVideo test application" |
| 2 | LICENSE = "GPLv2+" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
| 4 | file://src/test-xvideo.c;beginline=1;endline=20;md5=6ae3b4c3c2ff9e51dbbc35bb237afa00" |
| 5 | DEPENDS = "libxv" |
| 6 | |
| 7 | SRCREV = "f8f320d0254c09ce483fc1d8ee99ecf5bc940965" |
| 8 | PV = "0.1+git${SRCPV}" |
| 9 | |
| 10 | SRC_URI = "git://git.yoctoproject.org/test-xvideo" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit autotools distro_features_check |
| 15 | |
| 16 | # The libxv requires x11 in DISTRO_FEATURES |
| 17 | REQUIRED_DISTRO_FEATURES = "x11" |