package/libcamera-apps: drop rpi-userland support

As we're about to remove the rpi-userland package, drop support for it
from package/libcamera-apps.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Thomas Petazzoni
2025-12-15 23:49:38 +01:00
committed by Julien Olivain
parent c91fbaef27
commit 787678be59

View File

@@ -19,7 +19,8 @@ LIBCAMERA_APPS_DEPENDENCIES = \
LIBCAMERA_APPS_CONF_OPTS = \
-Denable_opencv=disabled \
-Denable_tflite=disabled
-Denable_tflite=disabled \
-Ddisable_rpi_features=true
ifeq ($(BR2_PACKAGE_LIBDRM),y)
LIBCAMERA_APPS_DEPENDENCIES += libdrm
@@ -35,12 +36,6 @@ else
LIBCAMERA_APPS_CONF_OPTS += -Denable_libav=disabled
endif
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
LIBCAMERA_APPS_CONF_OPTS += -Ddisable_rpi_features=false
else
LIBCAMERA_APPS_CONF_OPTS += -Ddisable_rpi_features=true
endif
ifeq ($(BR2_PACKAGE_XORG7),y)
LIBCAMERA_APPS_DEPENDENCIES += \
$(if $(BR2_PACKAGE_LIBEPOXY),libepoxy) \