mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
jsoncpp: migrate to meson build
This commit is contained in:
parent
a260370bbf
commit
c2ca0ff90e
@ -10,11 +10,7 @@ PKG_SITE="https://github.com/open-source-parsers/jsoncpp/"
|
|||||||
PKG_URL="https://github.com/open-source-parsers/jsoncpp/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/open-source-parsers/jsoncpp/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="A C++ library for interacting with JSON."
|
PKG_LONGDESC="A C++ library for interacting with JSON."
|
||||||
PKG_TOOLCHAIN="cmake"
|
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
PKG_CMAKE_OPTS_TARGET="-DJSONCPP_WITH_TESTS=OFF \
|
PKG_MESON_OPTS_TARGET="-Dtests=false \
|
||||||
-DJSONCPP_WITH_EXAMPLE=OFF \
|
--default-library static"
|
||||||
-DBUILD_SHARED_LIBS=OFF \
|
|
||||||
-DBUILD_STATIC_LIBS=ON \
|
|
||||||
-DBUILD_OBJECT_LIBS=OFF"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user