kumquat-buildroot/package/intel-gmmlib/intel-gmmlib.mk
Bernd Kuhls 7c9b001c20 package/intel-gmmlib: bump version to 22.0.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-12-30 16:59:54 +01:00

18 lines
491 B
Makefile

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