Skip to content

Commit

Permalink
deps: update sdl2 to 2.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jul 2, 2023
1 parent e9154d9 commit 4e8bf87
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deps/sdl2/bin/sdl2-config
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ while test $# -gt 0; do
echo $exec_prefix
;;
--version)
echo 2.28.0
echo 2.28.1
;;
--cflags)
echo -I${prefix}/include/SDL2 -D_THREAD_SAFE
Expand Down
4 changes: 2 additions & 2 deletions deps/sdl2/include/SDL2/SDL_revision.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define SDL_REVISION_NUMBER 0

#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-release-2.28.0-0-gffa78e6be (" SDL_VENDOR_INFO ")"
#define SDL_REVISION "SDL-release-2.28.1-0-g4761467b2 (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-release-2.28.0-0-gffa78e6be"
#define SDL_REVISION "SDL-release-2.28.1-0-g4761467b2"
#endif
2 changes: 1 addition & 1 deletion deps/sdl2/include/SDL2/SDL_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 28
#define SDL_PATCHLEVEL 0
#define SDL_PATCHLEVEL 1

/**
* Macro to determine SDL version program was compiled against.
Expand Down
2 changes: 1 addition & 1 deletion deps/sdl2/lib/cmake/SDL2/SDL2ConfigVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
# The variable CVF_VERSION must be set before calling configure_file().

set(PACKAGE_VERSION "2.28.0")
set(PACKAGE_VERSION "2.28.1")

if (PACKAGE_FIND_VERSION_RANGE)
# Package version must be in the requested version range
Expand Down
Binary file modified deps/sdl2/lib/libSDL2.a
Binary file not shown.
2 changes: 1 addition & 1 deletion deps/sdl2/lib/pkgconfig/sdl2.pc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ includedir=${prefix}/include

Name: sdl2
Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
Version: 2.28.0
Version: 2.28.1
Requires.private:
Conflicts:
Libs: -L${libdir} -lSDL2 -lSDL2 -Wl,-framework,CoreVideo -Wl,-framework,Cocoa -Wl,-framework,IOKit -Wl,-framework,ForceFeedback -Wl,-framework,Carbon -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox -Wl,-framework,AVFoundation -Wl,-framework,Foundation -Wl,-weak_framework,Metal -Wl,-weak_framework,QuartzCore -lm
Expand Down

0 comments on commit 4e8bf87

Please sign in to comment.