Summary: | gtkdoc check is not being made in configure script which leads to build failure | ||
---|---|---|---|
Product: | Zeitgeist | Reporter: | Manish Sinha <manishsinha> |
Component: | Engine | Assignee: | zeitgeist-bugs <zeitgeist-bugs> |
Status: | RESOLVED FIXED | QA Contact: | zeitgeist-bugs <zeitgeist-bugs> |
Severity: | blocker | ||
Priority: | medium | ||
Version: | 0.9.x | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Fixes build failure if valadoc is present but gtkdoc-* is missing |
<ricotz> the patch looks sane and fits the current style <ricotz> seif, so feel free to accept and commit it as it is now Accepted by seif and ricotz |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 76246 [details] Fixes build failure if valadoc is present but gtkdoc-* is missing If gtk-doc-tools is not installed and valadoc is installed then the build system is tricked into thinking that the conditions are met since it only checks for valadoc if --enable-docs is yes This patch fixes it by checking for gtkdoc-scan too