[Buildroot] [PATCH 3/3] package/glslsandbox-player: add vivante fb default

Julien Olivain ju.o at free.fr
Thu Sep 2 20:22:15 UTC 2021


When BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_FB is selected, the native windowing
will be set to vivante frame buffer.

Signed-off-by: Julien Olivain <ju.o at free.fr>
---
 package/glslsandbox-player/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/glslsandbox-player/Config.in b/package/glslsandbox-player/Config.in
index 8ab668d260..02d4c442ed 100644
--- a/package/glslsandbox-player/Config.in
+++ b/package/glslsandbox-player/Config.in
@@ -60,6 +60,7 @@ choice
 	default BR2_PACKAGE_GLSLSANDBOX_PLAYER_RPI   if BR2_PACKAGE_RPI_USERLAND
 	default BR2_PACKAGE_GLSLSANDBOX_PLAYER_SDL2  if BR2_PACKAGE_SDL2_OPENGLES
 	default BR2_PACKAGE_GLSLSANDBOX_PLAYER_TISGX if BR2_PACKAGE_TI_SGX_UM
+	default BR2_PACKAGE_GLSLSANDBOX_PLAYER_VIVFB if BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_FB
 	default BR2_PACKAGE_GLSLSANDBOX_PLAYER_WL    if BR2_PACKAGE_WAYLAND
 	default BR2_PACKAGE_GLSLSANDBOX_PLAYER_X11   if BR2_PACKAGE_XORG7
 	help
-- 
2.31.1




More information about the buildroot mailing list