Config.in 392 B

123456789101112
  1. config BR2_PACKAGE_LIBSVG
  2. bool "libsvg"
  3. select BR2_PACKAGE_LIBPNG
  4. select BR2_PACKAGE_JPEG
  5. select BR2_PACKAGE_LIBXML2 if !BR2_PACKAGE_EXPAT
  6. help
  7. Libsvg provides a parser for SVG content in files or buffers.
  8. Libsvg does not do any rendering, but instead provides a
  9. function-based interface that can be used by various rendering
  10. engines.
  11. http://cairographics.org/snapshots/