upgrade maradns to the latest version (#511)
[openwrt/svn-archive/archive.git] / openwrt / package / libart / Config.in
1 config BR2_PACKAGE_LIBART
2 prompt "libart............................ An high-performance 2D graphics library"
3 tristate
4 # default m if CONFIG_DEVEL
5 default n
6 help
7 A library of functions for 2D graphics supporting a superset of the
8 PostScript imaging model, designed to be integrated with graphics, artwork,
9 and illustration programs. It is written in optimized C, and is fully
10 compatible with C++. With a small footprint of 10,000 lines of code, it is
11 especially suitable for embedded applications.
12
13 http://www.levien.com/libart/
14