buildrootschalter/package/sdl_ttf/Config.in
Peter Korsgaard a48b130c51 sdl_ttf: fix sdl dependency
Patch by artemys - Closes #4164.
2008-07-17 09:55:23 +00:00

12 lines
273 B
Plaintext

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/