summaryrefslogtreecommitdiff
path: root/package/cairo/Config.in
blob: 0af4ad2138c566576197770ea3ecc733d2534615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_CAIRO
	bool "cairo"
	default n
	select BR2_PACKAGE_PKGCONFIG
	select BR2_PACKAGE_LIBPNG
	select BR2_PACKAGE_XORG
	help
	  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.

	  http://cairographics.org/