blob: 45cfd586c3084270dde4845eb7c2aa9a6cbdef8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_SDL_TTF
bool "SDL_TTF"
depends on BR2_PACKAGE_SDL
default n
select BR2_PACKAGE_FREETYPE
help
SDL_ttf is a sample TrueType font library. It allows you to
use TrueType fonts in your SDL applications.
http://www.libsdl.org/projects/SDL_ttf/
|