[PATCH v2] meson: fix ncurses detection on macOS

2020-12-30 Thread Chris Hofstaedtler
DECHAR if we're using curses"). The meson conversion has seen many iterations of the curses check, so pinpointing the exact commit breaking this is not so easy. Signed-off-by: Chris Hofstaedtler Cc: Peter Maydell Cc: Philippe Mathieu-Daudé Cc: Samuel Thibault Cc: Yonggang Luo ---

[PATCH v2] meson: fix Cocoa option in summary

2020-12-30 Thread Chris Hofstaedtler
Cocoa support was always shown as "no", even it if was enabled. Fixes: b4e312e953b ("configure: move cocoa option to Meson") Cc: Paolo Bonzini Cc: Peter Maydell Cc: Philippe Mathieu-Daudé Signed-off-by: Chris Hofstaedtler --- meson.build | 2 +- 1 file changed, 1 inse

[PATCH] meson: fix ncurses detection on macOS

2020-12-28 Thread Chris Hofstaedtler
Without this, meson fails with "curses package not usable" when using ncurses 6.2. Apparently the wide functions (addwstr, etc) are hidden behind the extra define, and meson does not define it at that detection stage. Signed-off-by: Chris Hofstaedtler --- meson.build | 2 +- 1 file

[PATCH] meson: fix Cocoa option in summary

2020-12-28 Thread Chris Hofstaedtler
From: Chris Hofstaedtler Regression introduced in f9332757898. Signed-off-by: Chris Hofstaedtler --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e864cdd155..9c152a85bd 100644 --- a/meson.build +++ b/meson.build @@ -2112,7