mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -4,12 +4,15 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
JSONCPP_VERSION = 1.9.5
|
||||
JSONCPP_VERSION = 1.8.3
|
||||
JSONCPP_SITE = $(call github,open-source-parsers,jsoncpp,$(JSONCPP_VERSION))
|
||||
JSONCPP_LICENSE = Public Domain or MIT
|
||||
JSONCPP_LICENSE_FILES = LICENSE
|
||||
JSONCPP_CPE_ID_VENDOR = jsoncpp_project
|
||||
JSONCPP_INSTALL_STAGING = YES
|
||||
JSONCPP_CONF_OPTS = -Dtests=false
|
||||
|
||||
$(eval $(meson-package))
|
||||
JSONCPP_CONF_OPTS += \
|
||||
-DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF \
|
||||
-DJSONCPP_WITH_TESTS=OFF \
|
||||
-DJSONCPP_WITH_STRICT_ISO=OFF
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user