kumquat-buildroot/package/intel-gmmlib/intel-gmmlib.mk
Bernd Kuhls d476d2e7e5 package/intel-gmmlib: bump version to 22.3.19
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-05-02 09:45:19 +02:00

18 lines
492 B
Makefile

################################################################################
#
# intel-gmmlib
#
################################################################################
INTEL_GMMLIB_VERSION = 22.3.19
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))