mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-14 12:40:16 +01:00
80f02b8ab6
Signed-off-by: Stefan Agner <stefan@agner.ch>
15 lines
439 B
Makefile
15 lines
439 B
Makefile
################################################################################
|
|
#
|
|
# jsoncpp
|
|
#
|
|
################################################################################
|
|
|
|
JSONCPP_VERSION = 1.9.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
|
|
JSONCPP_CONF_OPTS = -Dtests=false
|
|
|
|
$(eval $(meson-package))
|