mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-11 18:03:43 -09:00
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
535 B
Makefile
18 lines
535 B
Makefile
################################################################################
|
|
#
|
|
# jsoncpp
|
|
#
|
|
################################################################################
|
|
|
|
JSONCPP_VERSION = 1.9.8
|
|
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
|
|
HOST_JSONCPP_CONF_OPTS = -Dtests=false
|
|
|
|
$(eval $(meson-package))
|
|
$(eval $(host-meson-package))
|