summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2024-09-24 14:14:29 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-09-25 10:36:37 +0100
commit9155d79f4dca3294bba548ab4cf55ac5eae121db (patch)
treee8aad3745a76c6d87bc7d5a8cacb7993df3cf756 /utils
parent8bcec687344e5cc2ccef1361c03b87f0fd2cc59b (diff)
utils: abi-compat: Disable python build
While building the core libcamera library for ABI compatibility checks, the pycamera python bindings may get built if the required dependencies are found. The ABI compatibility checks do not validate or verify the Python API - so remove this from the intermediate build steps. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'utils')
-rwxr-xr-xutils/abi-compat.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/abi-compat.sh b/utils/abi-compat.sh
index c936ac05..a7b24815 100755
--- a/utils/abi-compat.sh
+++ b/utils/abi-compat.sh
@@ -161,6 +161,7 @@ create_abi_dump() {
-Ddocumentation=disabled \
-Dcam=disabled \
-Dqcam=disabled \
+ -Dpycamera=disabled \
-Dgstreamer=disabled \
-Dlc-compliance=disabled \
-Dtracing=disabled \