kumquat-buildroot/package/rwmem/rwmem.mk
Tomi Valkeinen 0c7568d6bb package/rwmem: bumb to latest version
Bumb rwmem to the latest version. The main reason to bumb is to get a
fix for a compilation issue present when compiling with gcc-13 (need to
include <cstdint>).

As the project has moved to C++20, we need to adjust the Config.in
accordingly.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-10-05 21:59:29 +02:00

15 lines
449 B
Makefile

################################################################################
#
# rwmem
#
################################################################################
RWMEM_VERSION = c89bc9ad9a8f2359f358c510db57b7678eb156d1
RWMEM_SITE = $(call github,tomba,rwmem,$(RWMEM_VERSION))
RWMEM_LICENSE = GPL-2.0
RWMEM_LICENSE_FILES = LICENSE
RWMEM_CONF_OPTS = -Dpyrwmem=disabled
RWMEM_DEPENDENCIES = host-pkgconf fmt inih
$(eval $(meson-package))