mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 01:52:11 +00:00
Bumping jsoncpp to 1.9.1 will cause a CMake-related build error: https://github.com/open-source-parsers/jsoncpp/issues/970 To fix the bug upstream suggests to switch to meson: "Our official policy has been only supporting the meson build, and having users submit fixes for the CMake build." https://github.com/open-source-parsers/jsoncpp/issues/970#issuecomment-509794015 Remove all _CONF_OPTS as they are not supported by meson. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
405 B
Makefile
14 lines
405 B
Makefile
################################################################################
|
|
#
|
|
# jsoncpp
|
|
#
|
|
################################################################################
|
|
|
|
JSONCPP_VERSION = 1.8.4
|
|
JSONCPP_SITE = $(call github,open-source-parsers,jsoncpp,$(JSONCPP_VERSION))
|
|
JSONCPP_LICENSE = Public Domain or MIT
|
|
JSONCPP_LICENSE_FILES = LICENSE
|
|
JSONCPP_INSTALL_STAGING = YES
|
|
|
|
$(eval $(meson-package))
|