From 350661ff6ebcde53e2fc02a678eef9405b952c53 Mon Sep 17 00:00:00 2001 From: Michael Grzeschik Date: Mon, 26 Nov 2018 13:45:21 +0100 Subject: sdl2: version bump to 2.0.9 Update to 2.0.9 and remove already mainlined patch. Signed-off-by: Michael Grzeschik Signed-off-by: Michael Olbrich --- rules/sdl2.make | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'rules/sdl2.make') 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 \ -- cgit v1.2.3