Hi all;
GdkPixbuf 2.42.0 introduced new build-time options to increase consistency with the rest of the GNOME core platform:
docs option has been deprecated; it’s now recommended to use the gtk_doc option to build the API reference for GdkPixbuf, and the man option to build the manual pages for the various toolsgir option has been renamed to introspection, and it uses a “feature” type instead of a boolean oneIn both cases, the change was made to match what other GNOME libraries already do.