mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 23:35:34 +00:00
vdpauinfo: add recipe
vdpauinfo is a command-line tool that can query the capabilities of the system's VDPAU implementation. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
32da6bfb0e
commit
83c6d886f4
16
meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb
Normal file
16
meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb
Normal file
@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "Tool to query the capabilities of a VDPAU implementation"
|
||||
HOMEPAGE = "https://gitlab.freedesktop.org/vdpau/vdpauinfo"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5b6e110c362fe46168199f3490e52c3c"
|
||||
|
||||
DEPENDS = "libvdpau"
|
||||
|
||||
RDEPENDS:${PN} = "libvdpau"
|
||||
|
||||
SRCREV = "d3c5bd63bf8878d59b22d618d2bb5116db392d28"
|
||||
SRC_URI = "git://anongit.freedesktop.org/vdpau/vdpauinfo;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Loading…
x
Reference in New Issue
Block a user