diff options
author | Andrew Meadows <leviathan@lindenlab.com> | 2024-10-04 11:07:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 11:07:47 -0700 |
commit | f89abf259dddfe9086de9d96e0b6d65a427f2971 (patch) | |
tree | d90b74f4ec320a3bc53a889eb5ba41d18b00ab52 /autobuild.xml | |
parent | 4339ad9a528c82946ce40ec2bd240b41d104f338 (diff) | |
parent | 2f07279ccaf5aecc45ed9a78d337e73ab58d89a7 (diff) |
Merge pull request #1934 from secondlife/leviathan/game-control
Add GameControl behind feature-flag
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 52 |
1 files changed, 39 insertions, 13 deletions
diff --git a/autobuild.xml b/autobuild.xml index 5584da51e9..4f187c3c18 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1,6 +1,6 @@ <?xml version="1.0" ?> <llsd> -<map> + <map> <key>version</key> <string>1.3</string> <key>type</key> @@ -9,8 +9,32 @@ <map> <key>SDL2</key> <map> + <key>copyright</key> + <string>Copyright (C) 1997-2022 Sam Lantinga (slouken@libsdl.org)</string> + <key>description</key> + <string>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.</string> + <key>license</key> + <string>lgpl</string> + <key>license_file</key> + <string>LICENSES/SDL2.txt</string> + <key>name</key> + <string>SDL2</string> <key>platforms</key> <map> + <key>darwin64</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>fd6368b53609b078b4ed8816bad1d1de2756f4f2</string> + <key>hash_algorithm</key> + <string>sha1</string> + <key>url</key> + <string>https://github.com/secondlife/3p-sdl2/releases/download/v2.28.0/SDL2-2.28.0-darwin64-5991c8f.tar.zst</string> + </map> + <key>name</key> + <string>darwin64</string> + </map> <key>linux64</key> <map> <key>archive</key> @@ -25,19 +49,21 @@ <key>name</key> <string>linux64</string> </map> + <key>windows64</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>48e8d971dfa8025353293ead7d41a2a77b004faa</string> + <key>hash_algorithm</key> + <string>sha1</string> + <key>url</key> + <string>https://github.com/secondlife/3p-sdl2/releases/download/v2.28.0/SDL2-2.28.0-windows64-5991c8f.tar.zst</string> + </map> + <key>name</key> + <string>windows64</string> + </map> </map> - <key>license</key> - <string>lgpl</string> - <key>license_file</key> - <string>LICENSES/SDL2.txt</string> - <key>copyright</key> - <string>Copyright (C) 1997-2022 Sam Lantinga (slouken@libsdl.org)</string> - <key>version</key> - <string>2.28.0</string> - <key>name</key> - <string>SDL2</string> - <key>description</key> - <string>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.</string> </map> <key>fltk</key> <map> |