Skip to content

Commit

Permalink
sdl_ttf: deprecate
Browse files Browse the repository at this point in the history
Closes #122360.

Signed-off-by: Carlo Cabrera <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
cho-m authored and BrewTestBot committed Feb 6, 2023
1 parent 9888fe7 commit 5e1f270
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/sdl_ttf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@ class SdlTtf < Formula
end

head do
url "https://github.com/libsdl-org/SDL_ttf.git", branch: "main"
url "https://github.com/libsdl-org/SDL_ttf.git", branch: "SDL-1.2"

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end

# SDL 1.2 is deprecated, unsupported, and not recommended for new projects.
# Commented out while this formula still has dependents.
# deprecate! date: "2013-08-17", because: :deprecated_upstream
deprecate! date: "2023-02-05", because: :deprecated_upstream

depends_on "pkg-config" => :build
depends_on "freetype"
Expand Down

0 comments on commit 5e1f270

Please sign in to comment.