package/rapidjson: switch to CMake
authorBernd Kuhls <bernd.kuhls@t-online.de>
Thu, 20 Apr 2017 23:05:32 +0000 (01:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 2 May 2017 20:51:59 +0000 (22:51 +0200)
commite810284ccb055dcab6dcf6abf41a15a77ee7888a
tree7c664aaa54415cc22199651cb8e5d65d3f81d561
parentb4da02a8192e72180cf9ceedc39fc1df19e3ab46
package/rapidjson: switch to CMake

Upcoming Kodi v18 depends on RapidJSON and detects it by using pkg-conf:
https://github.com/xbmc/xbmc/blob/master/cmake/modules/FindRapidJSON.cmake#L13

Currently our package installs only the header files, but RapidJSON.pc
is also needed. Luckily this can be fixed by switching to CMake which
does the job, also add configure options to disable the CMake build of
executables.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/rapidjson/rapidjson.mk