blob: d96b50186ae03d33a4836752e642725fdc451388 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Video Decode and Presentation API for UNIX"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=83af8811a28727a13f04132cc33b7f58"
5
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006DEPENDS = "virtual/libx11 libxext xorgproto"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007
Brad Bishopb809eb92019-09-18 06:27:43 -04008SRCREV = "f57a9904c43ef5d726320c77baa91d0c38361ed4"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau"
10
11S = "${WORKDIR}/git"
12
Brad Bishopb809eb92019-09-18 06:27:43 -040013inherit distro_features_check meson
Brad Bishop316dfdd2018-06-25 12:45:53 -040014
15REQUIRED_DISTRO_FEATURES = "x11"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050016
17do_install_append() {
18 rm -f ${D}${libdir}/*/*.la
19}
20
21FILES_${PN}-dbg += "${libdir}/vdpau/.debug"
22FILES_${PN}-dev += "${libdir}/vdpau/lib*${SOLIBSDEV}"
23FILES_${PN} += "${libdir}/vdpau/lib*${SOLIBS}"