Skip to content

build: Stop yielding for gtk_doc

Matthias Clasen requested to merge dont-yield into master

It seems that 'yield' overrides explicitly setting the subproject option with -Dgdk-pixbuf:gtk_doc=true. That seems just wrong on mesons part.

Since I've deprecated the gtk_doc option in GTK, we now have the choice between getting a deprecation warning for setting the option or gdk-pixbuf inheriting the default value (false).

Merge request reports