Skip to content
Snippets Groups Projects
Commit e9cfe4fe authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

jsoncpp: fix minimal version detection

Change-Id: Ie27b1d9fe7d2b7ca3a3b8bba113bf334b724bc83
parent 14f6523a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ JSONCPP_URL := https://github.com/open-source-parsers/jsoncpp/archive/$(JSONCPP_
PKGS += jsoncpp
ifeq ($(call need_pkg,"jsoncpp >= 1.6.5"),)
ifeq ($(call need_pkg,"jsoncpp >= 1.7.2"),)
PKGS_FOUND += jsoncpp
endif
......
......@@ -20,7 +20,7 @@ endif
ifneq ($(call need_pkg,"restinio >= v.0.5.1"),)
DEPS_opendht += restinio
endif
ifneq ($(call need_pkg,"jsoncpp"),)
ifneq ($(call need_pkg,"jsoncpp >= 1.7.2"),)
DEPS_opendht += jsoncpp
endif
ifneq ($(call need_pkg,"gnutls >= 3.3.0"),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment