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>
This commit is contained in:
@@ -161,6 +161,7 @@ create_abi_dump() {
|
||||
-Ddocumentation=disabled \
|
||||
-Dcam=disabled \
|
||||
-Dqcam=disabled \
|
||||
-Dpycamera=disabled \
|
||||
-Dgstreamer=disabled \
|
||||
-Dlc-compliance=disabled \
|
||||
-Dtracing=disabled \
|
||||
|
||||
Reference in New Issue
Block a user