Federico Beffa <be...@ieee.org> writes: >> With 'gtk+', it will: >> 1. use gtk-update-icon-cache to build a index-theme.cache (ok) >> 2. use gtk-encode-symbolic-svg to convert symbolic SVGs to PNGs (failed) > > To enable the SVG functionality of gdk-pixbuf you have to refer to the > cache in the librsvg package, not the default in the gdk-pixbuf > package. See gnome-themes-standard. That's used at runtime, for 'gtk-encode-symbolic-svg', SVG support is always needed, so I'd like to wrap it.
And it seems to me that gnome-themes-standard doesn't require librsvg to build. The code to set 'GDK_PIXBUF_MODULE_FILE' in the builder doesn't affect anything when running, it's redudant.