summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb')
-rw-r--r--meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb b/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb
new file mode 100644
index 000000000..3f44e537a
--- /dev/null
+++ b/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "Tool to query the capabilities of a VDPAU implementation"
2HOMEPAGE = "https://gitlab.freedesktop.org/vdpau/vdpauinfo"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=5b6e110c362fe46168199f3490e52c3c"
6
7DEPENDS = "libvdpau"
8
9# libvdpau is available only with x11
10inherit features_check
11REQUIRED_DISTRO_FEATURES = "x11"
12
13RDEPENDS:${PN} = "libvdpau"
14
15SRCREV = "d3c5bd63bf8878d59b22d618d2bb5116db392d28"
16SRC_URI = "git://anongit.freedesktop.org/vdpau/vdpauinfo;branch=master"
17
18S = "${WORKDIR}/git"
19
20inherit autotools pkgconfig