blob: 7a0b822aa938723fec5113f6fba7d91a9877e8c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require xorg-app-common.inc
SUMMARY = "Print out X-Video extension adaptor information"
DESCRIPTION = "xvinfo prints out the capabilities of any video adaptors \
associated with the display that are accessible through the X-Video \
extension."
LIC_FILES_CHKSUM = "file://COPYING;md5=b664101ad7a1dc758a4c4109bf978e68"
DEPENDS += " libxv"
PE = "1"
SRC_URI[md5sum] = "c88feb501083951a8f47a21aaeb1529d"
SRC_URI[sha256sum] = "60c74aa190bcf1e244f6f1576dc43869018a8ed5ba319703a5c198d3466a3985"
|