sdl_ttf: needs freetype
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 16 Jul 2008 14:37:43 +0000 (14:37 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 16 Jul 2008 14:37:43 +0000 (14:37 -0000)
Update help text while we're at it.

Based on patch by artemys. Closes #4154.

package/sdl_ttf/Config.in

index d3f4f0d8b07955a16aab20ab340f2c2a6816c540..21d43eb007fd727faeafc77cf78f5d9223b15832 100644 (file)
@@ -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/
+