[Xfce-bugs] [Bug 15624] building without gtk-doc requires gtk-doc
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sat Jun 22 11:02:19 CEST 2019
https://bugzilla.xfce.org/show_bug.cgi?id=15624
Skunnyk <skunnyk at xfce.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |skunnyk at xfce.org
Target Milestone|Xfce 4.12 |Future
--- Comment #1 from Skunnyk <skunnyk at xfce.org> ---
When your are in "developper mode" (i.e: building from git), you need
xfce4-dev-tools, which check for gtk-doc to run gtktoolize when the macro
"GTK_DOC_CHECK" is present in the configure.ac.in of the project you are
building:
https://git.xfce.org/xfce/xfce4-dev-tools/tree/scripts/xdt-autogen.in.in#n403
So yes, gtk-doc is mandatory when building from git, because it is needed
before check --disable-gtk-doc flag.
Maybe we can improve our configure.ac.in files in all project to use optionnal
gtk-doc like
https://developer.gnome.org/gtk-doc-manual/stable/settingup_autoconf.html.en .
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list