diff options
| -rw-r--r-- | package/sdl_ttf/Config.in | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/package/sdl_ttf/Config.in b/package/sdl_ttf/Config.in index d3f4f0d8b..21d43eb00 100644 --- a/package/sdl_ttf/Config.in +++ b/package/sdl_ttf/Config.in @@ -1,6 +1,10 @@  config BR2_PACKAGE_SDL_TTF  	bool "SDL_TTF"  	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/ +  | 
