Skip to content

Commit

Permalink
Add Fedora/CentOS SDL definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jun 17, 2024
1 parent 27d0b12 commit 2a2ba30
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions index/li/libsdl2/libsdl2-external.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-dev"]
'arch' = ["sdl2"]
'centos|fedora' = ["SDL2-devel"]
'homebrew' = ["sdl2"]
'macports' = ["libsdl2"]
'msys2' = ["mingw-w64-x86_64-SDL2"]
2 changes: 2 additions & 0 deletions index/li/libsdl2_image/libsdl2_image-external.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-image-dev"]
'arch' = ["sdl2_image"]
'centos' = ["SDL2-devel"]
'fedora' = ["SDL2_image-devel"]
'homebrew' = ["sdl2_image"]
'macports' = ["libsdl2_image"]
'msys2' = ["mingw-w64-x86_64-SDL2_image"]
2 changes: 2 additions & 0 deletions index/li/libsdl2_mixer/libsdl2_mixer-external.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-mixer-dev"]
'arch' = ["sdl2_mixer"]
'centos' = ["SDL2-devel"]
'fedora' = ["SDL2_mixer-devel"]
'homebrew' = ["sdl2_mixer"]
'macports' = ["libsdl2_mixer"]
'msys2' = ["mingw-w64-x86_64-SDL2_mixer"]
2 changes: 2 additions & 0 deletions index/li/libsdl2_ttf/libsdl2_ttf-external.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-ttf-dev"]
'arch' = ["sdl2_ttf"]
'centos' = ["SDL2-devel"]
'fedora' = ["SDL2_ttf-devel"]
'homebrew' = ["sdl2_ttf"]
'macports' = ["libsdl2_ttf"]
'msys2' = ["mingw-w64-x86_64-SDL2_ttf"]

0 comments on commit 2a2ba30

Please sign in to comment.