diff mbox series

[1/1] package/sdl2: drop tslib

Message ID 20210321162128.192269-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/sdl2: drop tslib | expand

Commit Message

Fabrice Fontaine March 21, 2021, 4:21 p.m. UTC
non existing tslib support has been dropped since version 2.0.14 and
https://github.com/libsdl-org/SDL/commit/4c96faee578efcba3f2d6afe8e2122f26b1dfb0b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/sdl2/sdl2.mk | 7 -------
 1 file changed, 7 deletions(-)

Comments

Thomas Petazzoni March 30, 2021, 8:23 p.m. UTC | #1
On Sun, 21 Mar 2021 17:21:28 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> non existing tslib support has been dropped since version 2.0.14 and
> https://github.com/libsdl-org/SDL/commit/4c96faee578efcba3f2d6afe8e2122f26b1dfb0b
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/sdl2/sdl2.mk | 7 -------
>  1 file changed, 7 deletions(-)

Applied to master, thanks.

Thomas
Peter Korsgaard April 3, 2021, 11:49 a.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > non existing tslib support has been dropped since version 2.0.14 and
 > https://github.com/libsdl-org/SDL/commit/4c96faee578efcba3f2d6afe8e2122f26b1dfb0b

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x, thanks.
diff mbox series

Patch

diff --git a/package/sdl2/sdl2.mk b/package/sdl2/sdl2.mk
index 48148d38e3..a2e426e578 100644
--- a/package/sdl2/sdl2.mk
+++ b/package/sdl2/sdl2.mk
@@ -142,13 +142,6 @@  else
 SDL2_CONF_OPTS += --disable-video-opengles
 endif
 
-ifeq ($(BR2_PACKAGE_TSLIB),y)
-SDL2_DEPENDENCIES += tslib
-SDL2_CONF_OPTS += --enable-input-tslib
-else
-SDL2_CONF_OPTS += --disable-input-tslib
-endif
-
 ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
 SDL2_DEPENDENCIES += alsa-lib
 SDL2_CONF_OPTS += --enable-alsa