[PATCH v2 2/2] meson_options: Autodetect pycamera support
Kieran Bingham
kieran.bingham at ideasonboard.com
Fri Feb 23 18:47:18 CET 2024
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.
Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
meson_options.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson_options.txt b/meson_options.txt
index 5fdc7be87a54..99dab96d7b21 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',
--
2.34.1
More information about the libcamera-devel
mailing list