diff mbox series

[v2,1/2] package/sdl2: drop video-x11-{xinerama, vm}

Message ID 20240301121757.52642-1-thomas@devoogdt.com
State Accepted
Headers show
Series [v2,1/2] package/sdl2: drop video-x11-{xinerama, vm} | expand

Commit Message

Thomas Devoogdt March 1, 2024, 12:17 p.m. UTC
Support has been dropped since the major release 2.24.0:
https://github.com/libsdl-org/SDL/commit/7d7ec9c95146c44d4b4643ed552796bf07937057

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
---
v2: n/a
---
 package/sdl2/sdl2.mk | 14 --------------
 1 file changed, 14 deletions(-)

Comments

Peter Korsgaard March 3, 2024, 12:10 p.m. UTC | #1
>>>>> "Thomas" == Thomas Devoogdt <thomas@devoogdt.com> writes:

 > Support has been dropped since the major release 2.24.0:
 > https://github.com/libsdl-org/SDL/commit/7d7ec9c95146c44d4b4643ed552796bf07937057

 > Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>

Committed, thanks.
Peter Korsgaard March 19, 2024, 12:06 p.m. UTC | #2
>>>>> "Thomas" == Thomas Devoogdt <thomas@devoogdt.com> writes:

 > Support has been dropped since the major release 2.24.0:
 > https://github.com/libsdl-org/SDL/commit/7d7ec9c95146c44d4b4643ed552796bf07937057

 > Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>

Committed to 2023.02.x and 2023.11.x, thanks.
diff mbox series

Patch

diff --git a/package/sdl2/sdl2.mk b/package/sdl2/sdl2.mk
index 42b4a433e8..eb5042e3cd 100644
--- a/package/sdl2/sdl2.mk
+++ b/package/sdl2/sdl2.mk
@@ -112,13 +112,6 @@  else
 SDL2_CONF_OPTS += --disable-video-x11-xcursor
 endif
 
-ifeq ($(BR2_PACKAGE_XLIB_LIBXINERAMA),y)
-SDL2_DEPENDENCIES += xlib_libXinerama
-SDL2_CONF_OPTS += --enable-video-x11-xinerama
-else
-SDL2_CONF_OPTS += --disable-video-x11-xinerama
-endif
-
 ifeq ($(BR2_PACKAGE_XLIB_LIBXI),y)
 SDL2_DEPENDENCIES += xlib_libXi
 SDL2_CONF_OPTS += --enable-video-x11-xinput
@@ -140,13 +133,6 @@  else
 SDL2_CONF_OPTS += --disable-video-x11-scrnsaver
 endif
 
-ifeq ($(BR2_PACKAGE_XLIB_LIBXXF86VM),y)
-SDL2_DEPENDENCIES += xlib_libXxf86vm
-SDL2_CONF_OPTS += --enable-video-x11-vm
-else
-SDL2_CONF_OPTS += --disable-video-x11-vm
-endif
-
 else
 SDL2_CONF_OPTS += --disable-video-x11 --without-x
 endif