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:
parent
8bcec68734
commit
9155d79f4d
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ create_abi_dump() {
|
||||||
-Ddocumentation=disabled \
|
-Ddocumentation=disabled \
|
||||||
-Dcam=disabled \
|
-Dcam=disabled \
|
||||||
-Dqcam=disabled \
|
-Dqcam=disabled \
|
||||||
|
-Dpycamera=disabled \
|
||||||
-Dgstreamer=disabled \
|
-Dgstreamer=disabled \
|
||||||
-Dlc-compliance=disabled \
|
-Dlc-compliance=disabled \
|
||||||
-Dtracing=disabled \
|
-Dtracing=disabled \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue