]> git.ipfire.org Git - thirdparty/qemu.git/commit
chardev: express dependency on io/
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 27 Feb 2025 12:34:30 +0000 (13:34 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Mar 2025 11:44:46 +0000 (12:44 +0100)
commit41494da7df8d28eb75eac4799f4b49061fbbf64c
tree4e16469887498e6e73c7e48dd585a5d4850092b6
parente8a01102936286e012ed0f00bd7f3b7474d415c9
chardev: express dependency on io/

chardev is using qio functions, so express that in the Meson internal
dependency.  (I found this when adding character devices bindings for
Rust; they initially needed the io dependency added by hand).

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build