On 8/26/18 12:42 PM, Russel Winder wrote:

Do you have an example of building gresources in Meson for a D program. I want to avoid having a D program read an SVG file to create a Pixbuf, and whilst there appears to be no immediate data mechanism of using the SVG data, there is a way of using gresources.

The gnome module in meson has a compileresources function:<br>http://mesonbuild.com/Gnome-module.html#gnomecompileresources

You will probably need to set gresource_bundle to true when using it
with Dlang.