mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/glslsandbox-player: drop rpi-userland support
As we're about to remove the rpi-userland package, drop support for it from package/glslsandbox-player. 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
f591fd3fea
commit
830a1ef488
@@ -53,7 +53,6 @@ choice
|
||||
prompt "Native windowing system"
|
||||
default BR2_PACKAGE_GLSLSANDBOX_PLAYER_MALI if BR2_PACKAGE_SUNXI_MALI_UTGARD
|
||||
default BR2_PACKAGE_GLSLSANDBOX_PLAYER_MALI_T76X if BR2_PACKAGE_MALI_T76X
|
||||
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
|
||||
@@ -81,10 +80,6 @@ config BR2_PACKAGE_GLSLSANDBOX_PLAYER_MALI_T76X
|
||||
bool "ARM/Mali T76x Frame Buffer"
|
||||
depends on BR2_PACKAGE_MALI_T76X
|
||||
|
||||
config BR2_PACKAGE_GLSLSANDBOX_PLAYER_RPI
|
||||
bool "RaspberryPI Frame Buffer"
|
||||
depends on BR2_PACKAGE_RPI_USERLAND
|
||||
|
||||
config BR2_PACKAGE_GLSLSANDBOX_PLAYER_SDL2
|
||||
bool "SDL2"
|
||||
depends on BR2_PACKAGE_SDL2_OPENGLES
|
||||
|
||||
@@ -52,9 +52,6 @@ GLSLSANDBOX_PLAYER_CONF_OPTS += --with-native-gfx=mali
|
||||
else ifeq ($(BR2_PACKAGE_GLSLSANDBOX_PLAYER_MALI_T76X),y)
|
||||
GLSLSANDBOX_PLAYER_DEPENDENCIES += mali-t76x
|
||||
GLSLSANDBOX_PLAYER_CONF_OPTS += --with-native-gfx=nullws
|
||||
else ifeq ($(BR2_PACKAGE_GLSLSANDBOX_PLAYER_RPI),y)
|
||||
GLSLSANDBOX_PLAYER_DEPENDENCIES += rpi-userland
|
||||
GLSLSANDBOX_PLAYER_CONF_OPTS += --with-native-gfx=rpi
|
||||
else ifeq ($(BR2_PACKAGE_GLSLSANDBOX_PLAYER_SDL2),y)
|
||||
GLSLSANDBOX_PLAYER_DEPENDENCIES += sdl2
|
||||
GLSLSANDBOX_PLAYER_CONF_OPTS += --with-native-gfx=sdl2
|
||||
|
||||
Reference in New Issue
Block a user