libsdl2*-external for Homebrew (#832)

* index/li/libsdl2/libsdl2-external.toml (external): added 'homebrew'
      option, "sdl2".
  * index/li/libsdl2_image/libsdl2_image-external.toml: likewise, "sdl2_image".
  * index/li/libsdl2_ttf/libsdl2_ttf-external.toml: likewise, "sdl2_ttf".
This commit is contained in:
Simon Wright
2023-06-21 10:48:44 +01:00
committed by GitHub
parent 584923bf74
commit bb56bf801f
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -9,4 +9,5 @@ kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-dev"]
'arch' = ["sdl2"]
'homebrew' = ["sdl2"]
'msys2' = ["mingw-w64-x86_64-SDL2"]
@@ -9,4 +9,5 @@ kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-image-dev"]
'arch' = ["sdl2_image"]
'homebrew' = ["sdl2_image"]
'msys2' = ["mingw-w64-x86_64-SDL2_image"]
@@ -9,4 +9,5 @@ kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-ttf-dev"]
'arch' = ["sdl2_ttf"]
'homebrew' = ["sdl2_ttf"]
'msys2' = ["mingw-w64-x86_64-SDL2_ttf"]