diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-10-15 14:36:16 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-11-08 12:27:23 +0400 |
commit | 89bcfe780a8e1a900d94014dfdef756cc3eb8221 (patch) | |
tree | 7ae6c3556d27aebaf03f438948e86b58c094bd28 /tests | |
parent | 706bbad2bacf21bed3e61d99203afe85b73f97f1 (diff) |
meson: drop sphinx_extn_depends
Module dependencies is now handled by depfile.py.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qapi-schema/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qapi-schema/meson.build b/tests/qapi-schema/meson.build index d91d972af2..caf0791ba8 100644 --- a/tests/qapi-schema/meson.build +++ b/tests/qapi-schema/meson.build @@ -241,7 +241,6 @@ if build_docs output: ['doc-good.txt'], input: files('doc-good.json', 'doc-good.rst'), build_by_default: true, - depend_files: sphinx_extn_depends, depfile: 'docs.d', # We use -E to suppress Sphinx's caching, because # we want it to always really run the QAPI doc |