mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-01 04:01:07 -09:00
Release notes: https://github.com/intel/libva-utils/blob/master/NEWS Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
14 lines
419 B
Makefile
14 lines
419 B
Makefile
################################################################################
|
|
#
|
|
# libva-utils
|
|
#
|
|
################################################################################
|
|
|
|
LIBVA_UTILS_VERSION = 2.22.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))
|