summaryrefslogtreecommitdiff
path: root/package/freetype/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/freetype/Config.in')
-rw-r--r--package/freetype/Config.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/freetype/Config.in b/package/freetype/Config.in
new file mode 100644
index 000000000..f860e7ce0
--- /dev/null
+++ b/package/freetype/Config.in
@@ -0,0 +1,24 @@
+config ADK_COMPILE_FREETYPE
+ tristate
+ default n
+ depends ADK_PACKAGE_LIBFREETYPE
+
+config ADK_PACKAGE_LIBFREETYPE
+ tristate "libfreetype....................... A free, high-quality and portable font engine"
+ default n
+ select ADK_COMPILE_FREETYPE
+ select ADK_PACKAGE_ZLIB
+ help
+ The FreeType project is a team of volunteers who develop free,
+ portable and high-quality software solutions for digital typography.
+ They specifically target embedded systems and focus on bringing small,
+ efficient and ubiquitous products.
+
+ The FreeType 2 library is their new software font engine. It has been
+ designed to provide the following important features:
+ * A universal and simple API to manage font files
+ * Support for several font formats through loadable modules
+ * High-quality anti-aliasing
+ * High portability & performance
+
+ http://www.freetype.org/