mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
libdrm: update driver options
- add AMD GPU driver (available since 2.4.63) - freedreno is no longer experimental (since 2.4.59) - add NVIDIA Tegra driver (available since 2.4.59) - update help texts (install vs. installs, change to complete sentences) Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
cf3e4b8288
commit
99118c5188
@@ -34,6 +34,12 @@ else
|
||||
LIBDRM_CONF_OPTS += --disable-radeon
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBDRM_AMDGPU),y)
|
||||
LIBDRM_CONF_OPTS += --enable-amdgpu
|
||||
else
|
||||
LIBDRM_CONF_OPTS += --disable-amdgpu
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBDRM_NOUVEAU),y)
|
||||
LIBDRM_CONF_OPTS += --enable-nouveau
|
||||
else
|
||||
@@ -59,9 +65,15 @@ LIBDRM_CONF_OPTS += --disable-exynos-experimental-api
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBDRM_FREEDRENO),y)
|
||||
LIBDRM_CONF_OPTS += --enable-freedreno-experimental-api
|
||||
LIBDRM_CONF_OPTS += --enable-freedreno
|
||||
else
|
||||
LIBDRM_CONF_OPTS += --disable-freedreno-experimental-api
|
||||
LIBDRM_CONF_OPTS += --disable-freedreno
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBDRM_TEGRA),y)
|
||||
LIBDRM_CONF_OPTS += --enable-tegra-experimental-api
|
||||
else
|
||||
LIBDRM_CONF_OPTS += --disable-tegra-experimental-api
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
||||
|
||||
Reference in New Issue
Block a user