Re: [PATCH] meson.build: Remove ncurses workaround for OpenBSD

2024-10-18 Thread Michael Tokarev
12.10.2024 06:38, Brad Smith wrote: meson.build: Remove ncurses workaround for OpenBSD OpenBSD 7.5 has upgraded to ncurses 6.4. Queued to qemu-trivial tree, thanks! /mjt

Re: [PATCH] meson.build: Remove ncurses workaround for OpenBSD

2024-10-17 Thread Daniel P . Berrangé
Cc'ing qemu-trivial On Fri, Oct 11, 2024 at 11:38:55PM -0400, Brad Smith wrote: > meson.build: Remove ncurses workaround for OpenBSD > > OpenBSD 7.5 has upgraded to ncurses 6.4. > > Signed-off-by: Brad Smith > --- > meson.build | 2 +- > ui/curses.c | 2 +- > 2 files changed, 2 insertions(+),

[PATCH] meson.build: Remove ncurses workaround for OpenBSD

2024-10-11 Thread Brad Smith
meson.build: Remove ncurses workaround for OpenBSD OpenBSD 7.5 has upgraded to ncurses 6.4. Signed-off-by: Brad Smith --- meson.build | 2 +- ui/curses.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 4ea1984fc5..22e7629d81 100644 --- a/me