From 7b0ff963f4dccfaea44c1de3cf626b336221d669 Mon Sep 17 00:00:00 2001 From: Edward Rudd <urkle@outoforder.cc> Date: Tue, 09 Apr 2019 02:31:08 +0000 Subject: [PATCH] update linux SDL to 2.0.9 --- /dev/null | 0 linux/lib/libSDL2-2.0.so.0.9.0 | 0 linux/lib/libSDL2.so | 2 +- linux/lib/libSDL2-2.0.so.0 | 2 +- linux/lib64/libSDL2-2.0.so.0 | 2 +- linux/lib64/libSDL2-2.0.so.0.9.0 | 0 linux/lib64/libSDL2.so | 2 +- include/SDL2/SDL_config_linux.h | 11 +++++++++++ 8 files changed, 15 insertions(+), 4 deletions(-) diff --git a/include/SDL2/SDL_config_linux.h b/include/SDL2/SDL_config_linux.h index f7e26d2..7d6aeff 100644 --- a/include/SDL2/SDL_config_linux.h +++ b/include/SDL2/SDL_config_linux.h @@ -150,6 +150,8 @@ #define HAVE_COPYSIGNF 1 #define HAVE_COS 1 #define HAVE_COSF 1 +#define HAVE_EXP 1 +#define HAVE_EXPF 1 #define HAVE_FABS 1 #define HAVE_FABSF 1 #define HAVE_FLOOR 1 @@ -208,6 +210,9 @@ /* #undef HAVE_DSOUND_H */ /* #undef HAVE_DXGI_H */ /* #undef HAVE_XINPUT_H */ +/* #undef HAVE_ENDPOINTVOLUME_H */ +/* #undef HAVE_MMDEVICEAPI_H */ +/* #undef HAVE_AUDIOCLIENT_H */ /* #undef HAVE_XINPUT_GAMEPAD_EX */ /* #undef HAVE_XINPUT_STATE_EX */ @@ -222,6 +227,7 @@ /* #undef SDL_FILE_DISABLED */ /* #undef SDL_JOYSTICK_DISABLED */ /* #undef SDL_HAPTIC_DISABLED */ +/* #undef SDL_SENSOR_DISABLED */ /* #undef SDL_LOADSO_DISABLED */ /* #undef SDL_RENDER_DISABLED */ /* #undef SDL_THREADS_DISABLED */ @@ -278,6 +284,7 @@ /* #undef SDL_JOYSTICK_WINMM */ /* #undef SDL_JOYSTICK_USBHID */ /* #undef SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H */ +/* #undef SDL_JOYSTICK_HIDAPI */ /* #undef SDL_JOYSTICK_EMSCRIPTEN */ /* #undef SDL_HAPTIC_DUMMY */ /* #undef SDL_HAPTIC_ANDROID */ @@ -286,6 +293,10 @@ /* #undef SDL_HAPTIC_DINPUT */ /* #undef SDL_HAPTIC_XINPUT */ +/* Enable various sensor drivers */ +/* #undef SDL_SENSOR_ANDROID */ +#define SDL_SENSOR_DUMMY 1 + /* Enable various shared object loading systems */ #define SDL_LOADSO_DLOPEN 1 /* #undef SDL_LOADSO_DUMMY */ diff --git a/linux/lib/libSDL2-2.0.so.0 b/linux/lib/libSDL2-2.0.so.0 index accf0e6..246a45e 120000 --- a/linux/lib/libSDL2-2.0.so.0 +++ b/linux/lib/libSDL2-2.0.so.0 @@ -1 +1 @@ -libSDL2-2.0.so.0.8.0 \ No newline at end of file +libSDL2-2.0.so.0.9.0 \ No newline at end of file diff --git a/linux/lib/libSDL2-2.0.so.0.8.0 b/linux/lib/libSDL2-2.0.so.0.8.0 deleted file mode 100755 index bbe0af3..0000000 --- a/linux/lib/libSDL2-2.0.so.0.8.0 +++ /dev/null Binary files differ diff --git a/linux/lib/libSDL2-2.0.so.0.9.0 b/linux/lib/libSDL2-2.0.so.0.9.0 new file mode 100755 index 0000000..d336826 --- /dev/null +++ b/linux/lib/libSDL2-2.0.so.0.9.0 Binary files differ diff --git a/linux/lib/libSDL2.so b/linux/lib/libSDL2.so index accf0e6..246a45e 120000 --- a/linux/lib/libSDL2.so +++ b/linux/lib/libSDL2.so @@ -1 +1 @@ -libSDL2-2.0.so.0.8.0 \ No newline at end of file +libSDL2-2.0.so.0.9.0 \ No newline at end of file diff --git a/linux/lib64/libSDL2-2.0.so.0 b/linux/lib64/libSDL2-2.0.so.0 index accf0e6..246a45e 120000 --- a/linux/lib64/libSDL2-2.0.so.0 +++ b/linux/lib64/libSDL2-2.0.so.0 @@ -1 +1 @@ -libSDL2-2.0.so.0.8.0 \ No newline at end of file +libSDL2-2.0.so.0.9.0 \ No newline at end of file diff --git a/linux/lib64/libSDL2-2.0.so.0.8.0 b/linux/lib64/libSDL2-2.0.so.0.8.0 deleted file mode 100755 index 27811e6..0000000 --- a/linux/lib64/libSDL2-2.0.so.0.8.0 +++ /dev/null Binary files differ diff --git a/linux/lib64/libSDL2-2.0.so.0.9.0 b/linux/lib64/libSDL2-2.0.so.0.9.0 new file mode 100755 index 0000000..bc41275 --- /dev/null +++ b/linux/lib64/libSDL2-2.0.so.0.9.0 Binary files differ diff --git a/linux/lib64/libSDL2.so b/linux/lib64/libSDL2.so index accf0e6..246a45e 120000 --- a/linux/lib64/libSDL2.so +++ b/linux/lib64/libSDL2.so @@ -1 +1 @@ -libSDL2-2.0.so.0.8.0 \ No newline at end of file +libSDL2-2.0.so.0.9.0 \ No newline at end of file -- Gitblit v1.9.3