1config 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 12 http://cairographics.org/snapshots/ 13