Quellcode durchsuchen

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>
Thomas Petazzoni vor 4 Wochen
Ursprung
Commit
830a1ef488

+ 0 - 5
package/glslsandbox-player/Config.in

@@ -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

+ 0 - 3
package/glslsandbox-player/glslsandbox-player.mk

@@ -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