aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-graphics/vdpauinfo/vdpauinfo_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-graphics/vdpauinfo/vdpauinfo_1.0.bb')
-rw-r--r--meta-amd-bsp/recipes-graphics/vdpauinfo/vdpauinfo_1.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-graphics/vdpauinfo/vdpauinfo_1.0.bb b/meta-amd-bsp/recipes-graphics/vdpauinfo/vdpauinfo_1.0.bb
new file mode 100644
index 00000000..7495859d
--- /dev/null
+++ b/meta-amd-bsp/recipes-graphics/vdpauinfo/vdpauinfo_1.0.bb
@@ -0,0 +1,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"