mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
libdrm: add etnaviv (i.MX6/Vivante GCxxx) option
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
506445e963
commit
efe223f4ad
@@ -65,6 +65,12 @@ else
|
||||
LIBDRM_CONF_OPTS += --disable-omap-experimental-api
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBDRM_ETNAVIV),y)
|
||||
LIBDRM_CONF_OPTS += --enable-etnaviv-experimental-api
|
||||
else
|
||||
LIBDRM_CONF_OPTS += --disable-etnaviv-experimental-api
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBDRM_EXYNOS),y)
|
||||
LIBDRM_CONF_OPTS += --enable-exynos-experimental-api
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user