kumquat-buildroot/package/fmt/fmt.mk
Bernd Kuhls afeae17c36 package/fmt: bump version to 6.2.0
Added upstream commit to fix Kodi build error.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-10 22:43:08 +02:00

18 lines
417 B
Makefile

################################################################################
#
# fmt
#
################################################################################
FMT_VERSION = 6.2.0
FMT_SITE = $(call github,fmtlib,fmt,$(FMT_VERSION))
FMT_LICENSE = MIT with exception
FMT_LICENSE_FILES = LICENSE.rst
FMT_INSTALL_STAGING = YES
FMT_CONF_OPTS = \
-DFMT_INSTALL=ON \
-DFMT_TEST=OFF
$(eval $(cmake-package))