summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2024-02-23 17:47:18 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-02-28 11:43:38 +0000
commit4d122bfbb7018dfd1ffe8fca5f6d0a716d7a5fa6 (patch)
treeaa7a756269fd04a71252903817dd8d4a89f7b707
parent36753f5cbbcd7c9e00fa3657d918cbe298f48c9c (diff)
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 <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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',