Re: [PATCH] chardev: express dependency on io/

2025-02-27 Thread Daniel P . Berrangé
On Thu, Feb 27, 2025 at 01:50:03PM +0100, Paolo Bonzini wrote: > 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). > > Signed-off-by: Paolo Bo

[PATCH] chardev: express dependency on io/

2025-02-27 Thread Paolo Bonzini
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). Signed-off-by: Paolo Bonzini --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletio