From 094b3001fd7dc755f3a2804f7de73c09ea27dc8b Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 1 Sep 2020 14:59:49 +0100 Subject: meson: Provide build configuration summary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Report the enabled pipelines when configuring the meson build hierarchy. This helps clarify what pipelines are used when building, and is useful when looking back through build-traces to see what was actually configured. This can be expanded upon to report other options, and ideally will be replaced by mesons summary() functionality when it is available. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b6c99ba8..1ea35e92 100644 --- a/meson.build +++ b/meson.build @@ -141,3 +141,6 @@ pkg_mod.generate(libraries : libcamera, filebase : 'camera', description : 'Complex Camera Support Library', subdirs : 'libcamera') + +## Summarise Configurations +message('Enabled pipelines: ' + ', '.join(get_option('pipelines'))) -- cgit v1.2.1