aboutsummaryrefslogtreecommitdiff
path: root/libs/cjson
Commit message (Collapse)AuthorAge
* cjson: fix wrong pkgconfig pathsRosen Penev2021-01-21
| | | | | | | | | | The .pc file points to OS paths instead of target ones. Remove CMAKE_INSTALL as InstallDev is explicit. Move MAINTAINER to PKG_MAINTAINER for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs: cjson: correctly install to named include pathsKarl Palsson2020-12-14
| | | | | | | Supports the more traditional "#include <cjson/cJSON.h>" instead of dropping them in the root. Signed-off-by: Karl Palsson <karlp@etactica.com>
* libs: add cJSONKarl Palsson2020-12-08
New package, new dependency of mosquitto v2.0 Signed-off-by: Karl Palsson <karlp@etactica.com>