mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-10 07:11:39 +00:00
Update dev branch for SDL2 projects.
SDL has now moved on to development of SDL3 and for now we want to keep building SDL2.
This commit is contained in:
parent
5ee57f8067
commit
93a98c863f
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ variant stable fetch_download \
|
|||
349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863
|
||||
GIT_URL=https://github.com/libsdl-org/SDL.git
|
||||
variant stable_git fetch_git $GIT_URL release-2.0.12
|
||||
variant latest fetch_git $GIT_URL main
|
||||
variant latest fetch_git $GIT_URL SDL2
|
||||
|
||||
config_options=
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ variant stable fetch_download \
|
|||
b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419
|
||||
GIT_URL=https://github.com/libsdl-org/SDL_mixer.git
|
||||
variant stable_git fetch_git $GIT_URL release-2.0.4
|
||||
variant latest fetch_git $GIT_URL main
|
||||
variant latest fetch_git $GIT_URL SDL2
|
||||
|
||||
# Disable dependencies on external libraries for sound file formats:
|
||||
config_options="
|
||||
|
|
Loading…
Reference in a new issue