Files
buildroot/package/sdl3_ttf/Config.in
Michael Fischer baa86d079d package/sdl3_ttf: new package
SDL3_ttf is a TrueType font rendering library for SDL3, based on
freetype, with optional harfbuzz support.

https://github.com/libsdl-org/SDL_ttf

Signed-off-by: Michael Fischer <mf@go-sys.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-08-09 16:44:06 +02:00

10 lines
266 B
Plaintext

config BR2_PACKAGE_SDL3_TTF
bool "sdl3_ttf"
depends on BR2_PACKAGE_SDL3
select BR2_PACKAGE_FREETYPE
help
SDL3_ttf is a sample TrueType font library. It allows you to
use TrueType fonts in your SDL3 applications.
http://www.libsdl.org/projects/SDL_ttf/