bump version
[buildroot.git] / package / cairo / Config.in
blob9f975c39ea51d7ddd5a98aa72bb4fd8e504ffdc7
1 config BR2_PACKAGE_CAIRO
2         bool "cairo"
3         default n
4         select BR2_PACKAGE_PKGCONFIG
5         select BR2_PACKAGE_LIBPNG
6         select BR2_PACKAGE_ZLIB
7         select BR2_PACKAGE_FONTCONFIG
8         depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7||BR2_PACKAGE_TINYX
9         help
10           Cairo is a 2D graphics library with support for multiple
11           output devices. Currently supported output targets include
12           the X Window System, Win32, image buffers, and PostScript,
13           PDF, and SVG file output. Experimental backends include
14           OpenGL (through glitz), Quartz, and XCB.
16           http://cairographics.org/