Config.in 591 B

12345678910111213141516
  1. config BR2_PACKAGE_CAIRO
  2. bool "cairo"
  3. select BR2_PACKAGE_PKGCONFIG
  4. select BR2_PACKAGE_LIBPNG
  5. select BR2_PACKAGE_ZLIB
  6. select BR2_PACKAGE_PIXMAN
  7. select BR2_PACKAGE_FONTCONFIG
  8. depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7||BR2_PACKAGE_TINYX||BR2_PACKAGE_DIRECTFB
  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.
  15. http://cairographics.org/