kumquat-buildroot/package/intel-gmmlib/intel-gmmlib.mk
Bernd Kuhls 65f79438ef package/intel-gmmlib: bump version to 22.3.9
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-20 23:31:04 +02:00

18 lines
491 B
Makefile

################################################################################
#
# intel-gmmlib
#
################################################################################
INTEL_GMMLIB_VERSION = 22.3.9
INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive
INTEL_GMMLIB_LICENSE = MIT
INTEL_GMMLIB_LICENSE_FILES = LICENSE.md
INTEL_GMMLIB_INSTALL_STAGING = YES
INTEL_GMMLIB_SUPPORTS_IN_SOURCE_BUILD = NO
INTEL_GMMLIB_CONF_OPTS = -DRUN_TEST_SUITE=OFF
$(eval $(cmake-package))