0c7568d6bb
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>
15 lines
449 B
Makefile
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))
|