GNOME Bugzilla – Bug 791646
Use gtk_doc=false to disable gtk-doc for meson builds
Last modified: 2018-07-27 11:05:07 UTC
GNOME is standardizing on gtk_doc=false and that's what should use here. Here's the commit for the change in jhbuild: https://git.gnome.org/browse/jhbuild/commit/jhbuild?id=603e0d6ef4111992b9b3fc44a42abb8dc24716b3
Created attachment 365574 [details] [review] meson: Use gtk_doc=false to disable gtk-doc GNOME is standardizing on gtk_doc=false, hence replace disable_gtkdoc with gtk_doc.
The same change also needs to be made to all gstreamer repositories that build gtk-doc for consistency.
I have started doing that already, will take care of it.
The renaming was done already (I somehow seem to have missed to push your patch, I'm very sorry about that, I'm sure I had it applied locally!). We're probably going to move to feature options (autodetection) for gtk_doc, but that's tracked in bug #795107.