2.5.4-1
- Authors
- Luke A. Guest
- Maintainers
- alejandro@mosteo.com
- Licenses
- Zlib
- Tags
- sdl, framework
- Project files
- build/gnat/sdlada.gpr
- Availability
- {"case(os)": {"...": false, "linux|macos|windows": true}}
- Manifest
- index/sd/sdlada/sdlada-2.5.4-1.toml
Build and platform metadata 4 fields
- Actions
{
"case(os)": {
"linux": [
{
"command": [
"make",
"-C",
"build/gnat",
"SDL_PLATFORM=linux"
],
"type": "post-fetch"
},
{
"command": [
"make",
"-C",
"build/gnat",
"SDL_PLATFORM=linux"
],
"type": "pre-build"
}
],
"macos": [
{
"command": [
"make",
"-C",
"build/gnat",
"SDL_PLATFORM=macosx"
],
"type": "post-fetch"
}
],
"windows": [
{
"command": [
"make",
"-C",
"build/gnat",
"SDL_PLATFORM=windows"
],
"type": "post-fetch"
}
]
}
}
- GPR externals
{
"SDL_MODE": [
"debug",
"release"
],
"SDL_PLATFORM": [
"linux",
"bsd",
"windows",
"macosx",
"ios",
"android"
]
}
- GPR values
{
"case(os)": {
"linux": {
"SDL_PLATFORM": "linux"
},
"macos": {
"SDL_PLATFORM": "macosx"
},
"windows": {
"SDL_PLATFORM": "windows"
}
}
}
- Environment
{
"case(distribution)": {
"msys2": {
"C_INCLUDE_PATH": {
"append": "${DISTRIB_ROOT}/mingw64/include/SDL2"
}
}
}
}