Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
if BR2_PACKAGE_LIBCAMERA
+config BR2_PACKAGE_LIBCAMERA_V4L2
+ bool "libcamera v4l2 compatibility layer"
+ help
+ libcamera v4l2 compatibility layer
+
config BR2_PACKAGE_LIBCAMERA_HAS_PIPELINE
bool
LIBCAMERA_CONF_OPTS = \
-Dandroid=false \
-Ddocumentation=false \
- -Dtest=false \
- -Dv4l2=false
+ -Dtest=false
LIBCAMERA_INSTALL_STAGING = yes
LIBCAMERA_LICENSE = \
LGPL-2.1+ (library), \
LICENSES/CC0-1.0.txt \
LICENSES/CC-BY-SA-4.0.txt
+ifeq ($(BR2_PACKAGE_LIBCAMERA_V4L2),y)
+LIBCAMERA_CONF_OPTS = -Dv4l2=true
+else
+LIBCAMERA_CONF_OPTS = -Dv4l2=false
+endif
+
LIBCAMERA_PIPELINES-$(BR2_PACKAGE_LIBCAMERA_PIPELINE_IPU3) += ipu3
ifeq ($(BR2_PACKAGE_LIBCAMERA_PIPELINE_RASPBERRYPI),y)
LIBCAMERA_PIPELINES-y += raspberrypi