f92f8dae34
* sdlada.toml: add C_INLCUDE_PATH on Windows msys2 * sdlada.toml: only compile tools on post-fetch The other make file targets are not required. Also define SDL_PLATFORM for all targets so we don't have to user a different post-fetch for each OS. * sdlada.toml: remove SDL_MODE definition This means the users of the lib can define the build mode they want. * libsdl2*.toml: add msys2 package * ada_voxel_space_demo.toml: set sdlada build mode * Migrated to 0.4 manifest version Co-authored-by: Fabien Chouteau <fabien.chouteau@gmail.com>
12 lines
330 B
TOML
12 lines
330 B
TOML
description = "Simple DirectMedia Layer development files - TTF"
|
|
name = "libsdl2_ttf"
|
|
licenses = []
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin.'case(distribution)']
|
|
'debian|ubuntu' = ["libsdl2-ttf-dev"]
|
|
'msys2' = ["mingw-w64-x86_64-SDL2_ttf"]
|