summaryrefslogtreecommitdiffstats
path: root/openwrt/package/freetype/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-10 21:09:56 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-10 21:09:56 +0000
commite2518e59c04f80fb74f49812daa75a961bd07314 (patch)
tree21fd8bb0fcbb299e52bbac5ed13b7857b9e7863c /openwrt/package/freetype/Config.in
parent5da9c9ebcaa8d2c8c42a7ff8287950dccd42aed2 (diff)
Add freetype package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1601 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/freetype/Config.in')
-rw-r--r--openwrt/package/freetype/Config.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/openwrt/package/freetype/Config.in b/openwrt/package/freetype/Config.in
new file mode 100644
index 000000000..1bed3cf45
--- /dev/null
+++ b/openwrt/package/freetype/Config.in
@@ -0,0 +1,26 @@
+config BR2_PACKAGE_FREETYPE
+ bool
+ default n
+ depends BR2_PACKAGE_LIBFREETYPE
+
+config BR2_PACKAGE_LIBFREETYPE
+ tristate "libfreetype - A free, high-quality and portable font engine"
+# default m if CONFIG_DEVEL
+ default n
+ select BR2_PACKAGE_FREETYPE
+ select BR2_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/
+