let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / freetype / Config.in
1 config BR2_COMPILE_FREETYPE
2         tristate
3         default n
4         depends BR2_PACKAGE_LIBFREETYPE
5
6 config BR2_PACKAGE_LIBFREETYPE
7         tristate "libfreetype....................... A free, high-quality and portable font engine"
8 #       default m if CONFIG_DEVEL
9         default n
10         select BR2_COMPILE_FREETYPE
11         select BR2_PACKAGE_ZLIB
12         help
13           The FreeType project is a team of volunteers who develop free,
14           portable and high-quality software solutions for digital typography.
15           They specifically target embedded systems and focus on bringing small,
16           efficient and ubiquitous products.
17           
18           The FreeType 2 library is their new software font engine.  It has been
19           designed to provide the following important features:
20            * A universal and simple API to manage font files
21            * Support for several font formats through loadable modules
22            * High-quality anti-aliasing
23            * High portability & performance
24           
25           http://www.freetype.org/
26