commit | c8fc728fff553e35b3518dea4666d2a7a902070e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jun 16 11:58:53 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jun 16 16:34:34 2022 -0500 |
tree | 216ce8f6f0bd38173d3cb5a3d39cb2e8be823922 | |
parent | 422385dab9e5027469e516fe321f9ea7c84455ba [diff] |
meson: add nlohmann-json wrapper and deps A number of locations within the repository do not appropriately specify the dependency on nlohmann-json. Fix up the wrap file, add appropriate dependency detection in the root meson, and add the library as a dependency when needed. This gets closer to allowing full subproject-based builds. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If70888c6de5651ca355f84616e41408ddde9fc08
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.