aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-graphics/vdpauinfo/vdpauinfo_1.0.bb
blob: 7495859d4f26e819b788f179ee6031d7985feeb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "VDPAU info tool"
HOMEPAGE = "http://people.freedesktop.org"
LICENSE = "MIT"

LIC_FILES_CHKSUM = "file://COPYING;md5=5b6e110c362fe46168199f3490e52c3c"

SRC_URI = "http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-${PV}.tar.gz"
SRC_URI[md5sum] = "4eba3e7bf5062b9c245276860493804f"
SRC_URI[sha256sum] = "4054960b7ae618c351ff1ce3e7831b5cbda964ae1fbf9969b7146404d3044bc4"

inherit autotools pkgconfig

DEPENDS += "virtual/libx11 libvdpau mesa"

RDEPENDS_${PN} += "libvdpau-mesa"