Files
alire-index-community/index/li/libsdl2_ttf/libsdl2_ttf-external.toml
T
Luke A. Guest e3aa24c9ba sdl2 external gentoo pkgs (#1557)
* fix: improper syntax that will be rejected post-2.1 (#1417) (#1445)

We had a missing check in index loading logic that should have rejected an unexpected array.

* Add gentoo package names.

---------

Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
2025-08-01 11:56:48 +02:00

18 lines
513 B
TOML

description = "Simple DirectMedia Layer development files - TTF"
name = "libsdl2_ttf"
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
[[external]]
kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-ttf-dev"]
'arch' = ["sdl2_ttf"]
'centos' = ["SDL2_ttf-devel"]
'fedora' = ["SDL2_ttf-devel"]
'homebrew' = ["sdl2_ttf"]
'macports' = ["libsdl2_ttf"]
'gentoo' = ["media-libs/sdl2-ttf"]
'msys2' = ["mingw-w64-x86_64-SDL2_ttf"]