summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb16
1 files changed, 16 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 0000000000..99afe74507
--- /dev/null
+++ b/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb
@@ -0,0 +1,16 @@
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
9RDEPENDS:${PN} = "libvdpau"
10
11SRCREV = "d3c5bd63bf8878d59b22d618d2bb5116db392d28"
12SRC_URI = "git://anongit.freedesktop.org/vdpau/vdpauinfo;branch=master"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig