From 4d122bfbb7018dfd1ffe8fca5f6d0a716d7a5fa6 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 23 Feb 2024 17:47:18 +0000 Subject: meson_options: Autodetect pycamera support The pycamera was defaulted to be disabled due to a requirement on a specialised branch of the pybind dependency. This requirement on a subproject has been removed and we can now build the pycamera component provided that the distribution packages pybind directly which is common. Enable the pycamera build option to be selected automatically when both Python and pybind are detected on the system. Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 5fdc7be8..99dab96d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -53,7 +53,7 @@ option('pipelines', option('pycamera', type : 'feature', - value : 'disabled', + value : 'auto', description : 'Enable libcamera Python bindings (experimental)') option('qcam', -- cgit v1.2.1