2007-01-11 00:57:40 +01:00
|
|
|
config BR2_PACKAGE_CAIRO
|
2007-01-17 14:46:45 +01:00
|
|
|
bool "cairo"
|
2014-08-17 21:29:47 +02:00
|
|
|
depends on BR2_ARCH_HAS_ATOMICS
|
2009-01-12 16:22:41 +01:00
|
|
|
select BR2_PACKAGE_PIXMAN
|
2007-09-12 06:37:31 +02:00
|
|
|
select BR2_PACKAGE_FONTCONFIG
|
2013-01-06 12:29:25 +01:00
|
|
|
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
2013-01-19 01:40:54 +01:00
|
|
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
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/
|
2009-03-12 11:21:21 +01:00
|
|
|
|
|
|
|
if BR2_PACKAGE_CAIRO
|
|
|
|
|
|
|
|
config BR2_PACKAGE_CAIRO_PS
|
|
|
|
bool "postscript support"
|
|
|
|
select BR2_PACKAGE_ZLIB
|
2010-05-22 21:55:42 +02:00
|
|
|
select BR2_PACKAGE_CAIRO_PDF
|
2009-03-12 11:21:21 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_CAIRO_PDF
|
|
|
|
bool "pdf support"
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
|
|
|
|
config BR2_PACKAGE_CAIRO_PNG
|
|
|
|
bool "png support"
|
|
|
|
select BR2_PACKAGE_LIBPNG
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
|
2012-12-19 13:42:22 +01:00
|
|
|
config BR2_PACKAGE_CAIRO_SCRIPT
|
|
|
|
bool "script support"
|
2013-01-14 11:17:22 +01:00
|
|
|
select BR2_PACKAGE_CAIRO_PNG
|
2012-12-19 13:42:22 +01:00
|
|
|
|
2009-03-12 11:21:21 +01:00
|
|
|
config BR2_PACKAGE_CAIRO_SVG
|
|
|
|
bool "svg support"
|
|
|
|
select BR2_PACKAGE_CAIRO_PNG
|
2010-07-29 15:56:48 +02:00
|
|
|
select BR2_PACKAGE_CAIRO_PDF
|
2009-03-12 11:21:21 +01:00
|
|
|
|
2012-08-11 23:57:11 +02:00
|
|
|
config BR2_PACKAGE_CAIRO_TEE
|
|
|
|
bool "tee support"
|
2012-12-19 13:42:22 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_CAIRO_XML
|
|
|
|
bool "xml support"
|
|
|
|
select BR2_PACKAGE_CAIRO_PNG
|
|
|
|
|
2009-03-12 11:21:21 +01:00
|
|
|
endif
|