commit | e80b5bcb42d3d6ed094b52840543299ffb45be01 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:05 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:05 2023 -0500 |
tree | 50ea40436cb4fb075bd1be2a1b090e0007d1343b | |
parent | 42089e34cc9bf2ca38a9f518c00f271df9d99f77 [diff] |
meson: remove deprecated get_pkgconfig_variable Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig` keyword argument. Ensure meson 0.58 is required and update the usage of all `get_pkgconfig_variable` and `get_variable` to be the modern variant. Change-Id: I46c094c1a1e4793556e93f9e5158bff7c6042cc4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.