mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
libdrm: add vc4 (Raspberry Pi) option
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
117af296f8
commit
78efe747c5
@ -69,6 +69,12 @@ config BR2_PACKAGE_LIBDRM_TEGRA
|
|||||||
help
|
help
|
||||||
Install NVIDIA Tegra driver using an experimental API.
|
Install NVIDIA Tegra driver using an experimental API.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_LIBDRM_VC4
|
||||||
|
bool "vc4"
|
||||||
|
depends on BR2_arm
|
||||||
|
help
|
||||||
|
Install vc4 (Raspberry Pi) driver.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -76,6 +76,12 @@ else
|
|||||||
LIBDRM_CONF_OPTS += --disable-tegra-experimental-api
|
LIBDRM_CONF_OPTS += --disable-tegra-experimental-api
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBDRM_VC4),y)
|
||||||
|
LIBDRM_CONF_OPTS += --enable-vc4
|
||||||
|
else
|
||||||
|
LIBDRM_CONF_OPTS += --disable-vc4
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
||||||
LIBDRM_CONF_OPTS += --enable-udev
|
LIBDRM_CONF_OPTS += --enable-udev
|
||||||
LIBDRM_DEPENDENCIES += udev
|
LIBDRM_DEPENDENCIES += udev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user