diff options
author | Alexandre Oliveira <rockytvbr@gmail.com> | 2018-11-24 14:58:51 -0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-26 14:05:16 +0000 |
commit | 9d9932f541e6eb3df0c1d307b11a203d270aa535 (patch) | |
tree | 374463f46fd509795de357147bd949a543e4042a /main/sdl2/fix-directfb-include.patch | |
parent | dee335d366275402078a233e0b0e44e9086e373f (diff) | |
download | aports-9d9932f541e6eb3df0c1d307b11a203d270aa535.tar.bz2 aports-9d9932f541e6eb3df0c1d307b11a203d270aa535.tar.xz |
main/sdl2: upgrade to 2.0.9
The previously required patches were added upstream
Diffstat (limited to 'main/sdl2/fix-directfb-include.patch')
-rw-r--r-- | main/sdl2/fix-directfb-include.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/main/sdl2/fix-directfb-include.patch b/main/sdl2/fix-directfb-include.patch deleted file mode 100644 index 0f7cf36016..0000000000 --- a/main/sdl2/fix-directfb-include.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff --git a/include/SDL_syswm.h b/include/SDL_syswm.h -index 2d18afb..6416e2f 100644 ---- a/include/SDL_syswm.h -+++ b/include/SDL_syswm.h -@@ -34,6 +34,11 @@ - #include "SDL_version.h" - - #include "begin_code.h" -+ -+#if defined(SDL_VIDEO_DRIVER_DIRECTFB) -+#include <directfb.h> -+#endif -+ - /* Set up for C function definitions, even when using C++ */ - #ifdef __cplusplus - extern "C" { -@@ -79,10 +84,6 @@ struct SDL_SysWMinfo; - - #endif /* defined(SDL_VIDEO_DRIVER_X11) */ - --#if defined(SDL_VIDEO_DRIVER_DIRECTFB) --#include <directfb.h> --#endif -- - #if defined(SDL_VIDEO_DRIVER_COCOA) - #ifdef __OBJC__ - @class NSWindow; |