summaryrefslogtreecommitdiffstats
path: root/rules/sdl2.make
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2018-11-26 13:45:21 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-12-07 10:53:18 +0100
commit350661ff6ebcde53e2fc02a678eef9405b952c53 (patch)
treec90f7595fba9ec040280c516ba56401168152677 /rules/sdl2.make
parent2d6711a0e3343f55f0b8c345c33ace3bc254d24b (diff)
downloadptxdist-350661ff6ebcde53e2fc02a678eef9405b952c53.tar.gz
ptxdist-350661ff6ebcde53e2fc02a678eef9405b952c53.tar.xz
sdl2: version bump to 2.0.9
Update to 2.0.9 and remove already mainlined patch. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/sdl2.make')
-rw-r--r--rules/sdl2.make7
1 files changed, 5 insertions, 2 deletions
diff --git a/rules/sdl2.make b/rules/sdl2.make
index 441620789..32d8a703d 100644
--- a/rules/sdl2.make
+++ b/rules/sdl2.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2
#
# Paths and names
#
-SDL2_VERSION := 2.0.8
-SDL2_MD5 := 3800d705cef742c6a634f202c37f263f
+SDL2_VERSION := 2.0.9
+SDL2_MD5 := f2ecfba915c54f7200f504d8b48a5dfe
SDL2 := SDL2-$(SDL2_VERSION)
SDL2_SUFFIX := tar.gz
SDL2_URL := https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX)
@@ -49,6 +49,8 @@ SDL2_CONF_OPT := \
--enable-events \
--enable-joystick \
--enable-haptic \
+ --enable-sensor \
+ --enable-hidapi \
--disable-power \
--disable-filesystem \
--enable-threads \
@@ -125,6 +127,7 @@ SDL2_CONF_OPT := \
--enable-pthreads \
--enable-pthread-sem \
--disable-directx \
+ --disable-wasapi \
--enable-sdl-dlopen \
--enable-clock_gettime \
--disable-rpath \