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>
This commit is contained in:
Luke A. Guest
2025-08-01 10:56:48 +01:00
committed by GitHub
parent b2330b0763
commit e3aa24c9ba
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -12,4 +12,5 @@ kind = "system"
'centos|fedora' = ["SDL2-devel"]
'homebrew' = ["sdl2"]
'macports' = ["libsdl2"]
'gentoo' = ["media-libs/libsdl2"]
'msys2' = ["mingw-w64-x86_64-SDL2"]
@@ -13,4 +13,5 @@ kind = "system"
'fedora' = ["SDL2_image-devel"]
'homebrew' = ["sdl2_image"]
'macports' = ["libsdl2_image"]
'gentoo' = ["media-libs/sdl2-image"]
'msys2' = ["mingw-w64-x86_64-SDL2_image"]
@@ -13,4 +13,5 @@ kind = "system"
'fedora' = ["SDL2_mixer-devel"]
'homebrew' = ["sdl2_mixer"]
'macports' = ["libsdl2_mixer"]
'gentoo' = ["media-libs/sdl2-mixer"]
'msys2' = ["mingw-w64-x86_64-SDL2_mixer"]
@@ -13,4 +13,5 @@ kind = "system"
'fedora' = ["SDL2_ttf-devel"]
'homebrew' = ["sdl2_ttf"]
'macports' = ["libsdl2_ttf"]
'gentoo' = ["media-libs/sdl2-ttf"]
'msys2' = ["mingw-w64-x86_64-SDL2_ttf"]