mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.7 Added patch from upstream PR to fix a build error with C++17 seen with gerbera. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
466 B
Makefile
16 lines
466 B
Makefile
################################################################################
|
|
#
|
|
# jsoncpp
|
|
#
|
|
################################################################################
|
|
|
|
JSONCPP_VERSION = 1.9.7
|
|
JSONCPP_SITE = $(call github,open-source-parsers,jsoncpp,$(JSONCPP_VERSION))
|
|
JSONCPP_LICENSE = Public Domain or MIT
|
|
JSONCPP_LICENSE_FILES = LICENSE
|
|
JSONCPP_CPE_ID_VALID = YES
|
|
JSONCPP_INSTALL_STAGING = YES
|
|
JSONCPP_CONF_OPTS = -Dtests=false
|
|
|
|
$(eval $(meson-package))
|