mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Release notes: https://github.com/intel/libva-utils/blob/v2.20-branch/NEWS Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
14 lines
419 B
Makefile
14 lines
419 B
Makefile
################################################################################
|
|
#
|
|
# libva-utils
|
|
#
|
|
################################################################################
|
|
|
|
LIBVA_UTILS_VERSION = 2.20.0
|
|
LIBVA_UTILS_SITE = $(call github,intel,libva-utils,$(LIBVA_UTILS_VERSION))
|
|
LIBVA_UTILS_LICENSE = MIT
|
|
LIBVA_UTILS_LICENSE_FILES = COPYING
|
|
LIBVA_UTILS_DEPENDENCIES = host-pkgconf libva
|
|
|
|
$(eval $(meson-package))
|