From: Peter Korsgaard Date: Wed, 16 Jul 2008 14:37:43 +0000 (-0000) Subject: sdl_ttf: needs freetype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb04f1fe6de9b66ac314a3faf43f35c4d4217561;p=buildroot.git sdl_ttf: needs freetype Update help text while we're at it. Based on patch by artemys. Closes #4154. --- diff --git a/package/sdl_ttf/Config.in b/package/sdl_ttf/Config.in index d3f4f0d8b0..21d43eb007 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/ +