package/sdl2: drop tslib
non existing tslib support has been dropped since version 2.0.14 and4c96faee57
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit083cd205c7
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a285d24275
commit
399feb93e7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user