]> git.ipfire.org Git - thirdparty/qemu.git/commit
qapi: remove qapi_specific_outputs from meson.build
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Thu, 22 May 2025 19:05:38 +0000 (12:05 -0700)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 28 May 2025 16:56:08 +0000 (18:56 +0200)
commitd9cbcbff811bafc0e0081a07ce47c9e8f3051e0c
tree851f531fe849b4bc78877287428427c250d81349
parentf8d41d0511114edcde8c589ffc76887b3a2dc39b
qapi: remove qapi_specific_outputs from meson.build

There is no more QAPI files that need to be compiled per target, so we
can remove this. qapi_specific_outputs is now empty, so we can remove
the associated logic in meson.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20250522190542.588267-12-pierrick.bouvier@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
qapi/meson.build