mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
The previous repository was moved to freedesktop's gitlab instance. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
552 B
BlitzBasic
20 lines
552 B
BlitzBasic
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"
|
|
|
|
# libvdpau is available only with x11
|
|
inherit features_check
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
RDEPENDS:${PN} = "libvdpau"
|
|
|
|
SRCREV = "d3c5bd63bf8878d59b22d618d2bb5116db392d28"
|
|
SRC_URI = "git://gitlab.freedesktop.org/vdpau/vdpauinfo.git;protocol=https;branch=master;tag=${PV}"
|
|
|
|
|
|
inherit autotools pkgconfig
|