package/libcamera: disable python bindings

Disable python binding option (introduced with upstream commit [1]
since version v0.0.1).

[1] https://git.libcamera.org/libcamera/libcamera.git/commit/?id=8aa02271fd716ed046970a0b1f89176963303f50

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 09e61e40d2)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Seiderer 2023-11-09 22:28:59 +01:00 committed by Peter Korsgaard
parent a2c303136f
commit 9a6a2f9155

View File

@ -19,6 +19,7 @@ LIBCAMERA_CONF_OPTS = \
-Dandroid=disabled \ -Dandroid=disabled \
-Ddocumentation=disabled \ -Ddocumentation=disabled \
-Dtest=false \ -Dtest=false \
-Dpycamera=disabled \
-Dwerror=false -Dwerror=false
LIBCAMERA_INSTALL_STAGING = YES LIBCAMERA_INSTALL_STAGING = YES
LIBCAMERA_LICENSE = \ LIBCAMERA_LICENSE = \