Skip to content

Commit

Permalink
bump 3p-sdl2 3.1.1 preview
Browse files Browse the repository at this point in the history
  • Loading branch information
AiraYumi committed Apr 11, 2024
1 parent 7b2b8b6 commit 6525b10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions autobuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<key>archive</key>
<map>
<key>hash</key>
<string>0f6fbb52ffea1a55bf76a84a6688079f95674cbd</string>
<string>907910b4c16ac3c78df8138a21ead89eeb209d9c</string>
<key>hash_algorithm</key>
<string>sha1</string>
<key>url</key>
<string>https://github.com/secondlife/3p-sdl2/releases/download/v2.28.0-1dc88c1/SDL2-2.28.0-linux64-1dc88c1.tar.zst</string>
<string>https://github.com/AiraYumi/3p-sdl2/releases/download/v3.1.1-preview/SDL2-3.1.1-linux64-8647466701.tar.zst</string>
</map>
<key>name</key>
<string>linux64</string>
Expand All @@ -30,11 +30,11 @@
<key>archive</key>
<map>
<key>hash</key>
<string>b5d78ff20dc16e084a5c5dbecfc65559c37ef3a1</string>
<string>27cb470271f7123922b6f530f4076cd89a0031d7</string>
<key>hash_algorithm</key>
<string>sha1</string>
<key>url</key>
<string>https://github.com/secondlife/3p-sdl2/releases/download/v2.28.0-1dc88c1/SDL2-2.28.0-darwin64-1dc88c1.tar.zst</string>
<string>https://github.com/AiraYumi/3p-sdl2/releases/download/v3.1.1-preview/SDL2-3.1.1-darwin64-8647466701.tar.zst</string>
</map>
<key>name</key>
<string>darwin64</string>
Expand All @@ -44,11 +44,11 @@
<key>archive</key>
<map>
<key>hash</key>
<string>469583e1af1121e7ba079cac5143a56b944600ed</string>
<string>84b672d6e72c92f1145c6c5845ef344dcf7cdb65</string>
<key>hash_algorithm</key>
<string>sha1</string>
<key>url</key>
<string>https://github.com/secondlife/3p-sdl2/releases/download/v2.28.0-1dc88c1/SDL2-2.28.0-windows64-1dc88c1.tar.zst</string>
<string>https://github.com/AiraYumi/3p-sdl2/releases/download/v3.1.1-preview/SDL2-3.1.1-windows64-8647466701.tar.zst</string>
</map>
<key>name</key>
<string>windows64</string>
Expand All @@ -57,11 +57,11 @@
<key>license</key>
<string>lgpl</string>
<key>license_file</key>
<string>LICENSES/SDL2.txt</string>
<string>LICENSES/SDL3.txt</string>
<key>copyright</key>
<string>Copyright (C) 1997-2022 Sam Lantinga ([email protected])</string>
<key>version</key>
<string>2.28.0</string>
<string>3.1.1</string>
<key>name</key>
<string>SDL2</string>
<key>description</key>
Expand Down Expand Up @@ -119,4 +119,4 @@
<string>Open Source replacement for 3DConnection SDK</string>
</map>
</map>
</llsd>
</llsd>
2 changes: 1 addition & 1 deletion libndofdev/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD_DEFINITIONS("-m64 -pipe -DUSE_SDL2")

set(libndofdev_HEADER_FILES
${CMAKE_CURRENT_SOURCE_DIR}/ndofdev_external.h
${CMAKE_CURRENT_SOURCE_DIR}/../stage/packages/include/SDL2/SDL.h
${CMAKE_CURRENT_SOURCE_DIR}/../stage/packages/include/SDL3/SDL.h
)

if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
Expand Down
2 changes: 1 addition & 1 deletion libndofdev/ndofdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include <unistd.h>

#ifdef USE_SDL2
#include <SDL2/SDL.h>
#include <SDL3/SDL.h>
#else
#include <SDL/SDL.h>
#endif
Expand Down

0 comments on commit 6525b10

Please sign in to comment.