1config BR2_PACKAGE_LIBSVG_CAIRO 2 bool "libsvg-cairo" 3 select BR2_PACKAGE_CAIRO 4 select BR2_PACKAGE_CAIRO_SVG 5 select BR2_PACKAGE_LIBSVG 6 help 7 Libsvg-cairo provides the ability to render SVG content from 8 files or buffers. All rendering is performed using the cairo 9 rendering library. 10 11 http://cairographics.org 12