[Bug 282129] devel/json-glib: configure error: rst2html5 not found
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Oct 2024 09:39:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282129
--- Comment #7 from Dimitry Andric <dim@FreeBSD.org> ---
The docs/meson.build file has:
rst2man = find_program('rst2man', 'rst2man.py', required: get_option('man'))
rst2html5 = find_program('rst2html5', 'rst2html5.py', required:
get_option('documentation'))
so I think that you will have to depend on py-docutils also if only the DOCS
option is enabled, and MANPAGES is disabled.
--
You are receiving this mail because:
You are the assignee for the bug.