You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/qemu/files/qemu-8.1.0-find-sphinx.patch

11 lines
427 B

This gets confused by python-any-r1 and tries to find sphinx-build in ${T}.
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -1,5 +1,4 @@
-sphinx_build = find_program(fs.parent(python.full_path()) / 'sphinx-build',
- required: get_option('docs'))
+sphinx_build = find_program('sphinx-build', required: get_option('docs'))
# Check if tools are available to build documentation.
build_docs = false