After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 791646 - Use gtk_doc=false to disable gtk-doc for meson builds
Use gtk_doc=false to disable gtk-doc for meson builds
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-build
git master
Other Linux
: Normal normal
: NONE
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-12-15 07:30 UTC by Abhinav Singh
Modified: 2018-07-27 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
meson: Use gtk_doc=false to disable gtk-doc (1.40 KB, patch)
2017-12-15 07:54 UTC, Abhinav Singh
none Details | Review

Description Abhinav Singh 2017-12-15 07:30:13 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
Comment 1 Abhinav Singh 2017-12-15 07:54:48 UTC
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.
Comment 2 Nirbheek Chauhan 2017-12-15 13:13:07 UTC
The same change also needs to be made to all gstreamer repositories that build gtk-doc for consistency.
Comment 3 Tim-Philipp Müller 2017-12-15 13:29:43 UTC
I have started doing that already, will take care of it.
Comment 4 Tim-Philipp Müller 2018-07-27 11:05:07 UTC
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.