mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
committed by
Julien Olivain
parent
c91fbaef27
commit
787678be59
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user