From b68721608ac4370564a41f1cc3aaa61a13d363cf Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 20 Mar 2021 23:39:21 +0200 Subject: meson: Summarize which applications and adaptation layers are built Add the application and adaptation layers being built to the meson summary. The summary now prints libcamera 0.0.0 Configuration Enabled pipelines: ipu3 raspberrypi rkisp1 simple uvcvideo vimc Android support: True GStreamer support: True V4L2 emulation support: True cam application: True qcam application: True Unit tests: True Subprojects libyuv: YES Signed-off-by: Laurent Pinchart Reviewed-by: Paul Elder Reviewed-by: Hirokazu Honda --- meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 1768f6ea..3a615ae3 100644 --- a/meson.build +++ b/meson.build @@ -168,4 +168,10 @@ py_mod.find_installation('python3', modules: py_modules) ## Summarise Configurations summary({ 'Enabled pipelines': pipelines, + 'Android support': android_enabled, + 'GStreamer support': gst_enabled, + 'V4L2 emulation support': v4l2_enabled, + 'cam application': cam_enabled, + 'qcam application': qcam_enabled, + 'Unit tests': test_enabled, }, section : 'Configuration') -- cgit v1.2.1