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