commit | 403027426d684b62459a2fe7225a7c60accb0e5c | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:37 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:01:37 2023 -0500 |
tree | 7c07f1fbe35e32205376ea32bbedbd5561f8ee4c | |
parent | bd441717aa78dc863c68012609f6096275c34648 [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: Idff7506a1f897993ba350fdc31ce5103c8a9e998 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it here.
Non-OpenBMC build dependencies are:
meson build && ninja -C build
meson build && ninja -C build test
rm -rf build