|
@@ -5,17 +5,20 @@
|
|
|
################################################################################
|
|
|
|
|
|
LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
|
|
|
-LIBCAMERA_VERSION = e59713c68678f3eb6b6ebe97cabdc88c7042567f
|
|
|
+LIBCAMERA_VERSION = de5d03673c41f5f117d03c23495de5620fd6f42e
|
|
|
LIBCAMERA_SITE_METHOD = git
|
|
|
LIBCAMERA_DEPENDENCIES = \
|
|
|
host-openssl \
|
|
|
host-pkgconf \
|
|
|
+ host-python3-jinja2 \
|
|
|
+ host-python3-ply \
|
|
|
host-python3-pyyaml \
|
|
|
gnutls
|
|
|
LIBCAMERA_CONF_OPTS = \
|
|
|
- -Dandroid=false \
|
|
|
- -Ddocumentation=false \
|
|
|
+ -Dandroid=disabled \
|
|
|
+ -Ddocumentation=disabled \
|
|
|
-Dtest=false \
|
|
|
+ -Dtracing=disabled \
|
|
|
-Dwerror=false
|
|
|
LIBCAMERA_INSTALL_STAGING = YES
|
|
|
LIBCAMERA_LICENSE = \
|