Skip to content

meson: remove pointless gtk-doc check

Ross Burton requested to merge rburton/gtksourceview:gtkdoc into gtksourceview-4-8

There's no point explicitly checking for gtk-doc, for two reasons:

  1. In cross-compiled environments this looks for a target gtk-doc, not a native gtk-doc, so it should set native:true.

  2. The gnome.gtkdoc() function checks for gtk-doc itself.

This isn't relevant for gtksourceview-5 onwards as gtkdoc has been replaced with gidocgen.

Merge request reports