2007-01-11 00:57:40 +01:00
|
|
|
config BR2_PACKAGE_CAIRO
|
2007-01-17 14:46:45 +01:00
|
|
|
bool "cairo"
|
2007-01-11 00:57:40 +01:00
|
|
|
select BR2_PACKAGE_PKGCONFIG
|
|
|
|
select BR2_PACKAGE_LIBPNG
|
2007-09-12 06:37:31 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2009-01-12 16:22:41 +01:00
|
|
|
select BR2_PACKAGE_PIXMAN
|
2007-09-12 06:37:31 +02:00
|
|
|
select BR2_PACKAGE_FONTCONFIG
|
2008-07-05 17:14:11 +02:00
|
|
|
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7||BR2_PACKAGE_TINYX||BR2_PACKAGE_DIRECTFB
|
2007-01-11 00:57:40 +01:00
|
|
|
help
|
2007-01-17 14:49:35 +01:00
|
|
|
Cairo is a 2D graphics library with support for multiple
|
|
|
|
output devices. Currently supported output targets include
|
|
|
|
the X Window System, Win32, image buffers, and PostScript,
|
|
|
|
PDF, and SVG file output. Experimental backends include
|
|
|
|
OpenGL (through glitz), Quartz, and XCB.
|
2007-01-11 00:57:40 +01:00
|
|
|
|
2007-01-17 14:49:35 +01:00
|
|
|
http://cairographics.org/
|