From 9155d79f4dca3294bba548ab4cf55ac5eae121db Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 24 Sep 2024 14:14:29 +0100 Subject: 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 Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- utils/abi-compat.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') 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 \ -- cgit v1.2.1