This patch introduces the disable_libs option in the meson build system. This options allows to select a set of elements in libs/ that will not be compiled. Dependency tracking is also extended so that, if a lib is disabled, the build of all apps depending on it is also disabled.
Mohammed Hawari (1): build: allow disabling libs app/meson.build | 12 +++++++++++- lib/meson.build | 7 +++++++ meson.build | 9 +++++++++ meson_options.txt | 2 ++ 4 files changed, 29 insertions(+), 1 deletion(-) -- 2.28.0