From f5cd91099b6c0b1aa19776a834cde67698d3f10c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 29 Jun 2017 11:12:16 +0200 Subject: jsoncpp: needs c++, at least for the cmake stuff. --- package/jsoncpp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/jsoncpp/Makefile b/package/jsoncpp/Makefile index ce926a17e..496319bb9 100644 --- a/package/jsoncpp/Makefile +++ b/package/jsoncpp/Makefile @@ -10,6 +10,7 @@ PKG_RELEASE:= 1 PKG_DESCR:= c++ library for json PKG_SECTION:= libs/misc PKG_BUILDDEP:= cmake-host +PKG_NEEDS:= c++ PKG_URL:= https://github.com/open-source-parsers/jsoncpp PKG_SITES:= https://github.com/open-source-parsers/jsoncpp.git PKG_OPTS:= dev -- cgit v1.2.3