Re: [PATCH v2] meson: fix ncurses detection on macOS

2021-01-01 Thread Philippe Mathieu-Daudé
On 12/30/20 11:17 PM, Chris Hofstaedtler wrote: > 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. > > Regression from b01a4f

Re: [PATCH v2] meson: fix ncurses detection on macOS

2020-12-31 Thread Yonggang Luo
On Wed, Dec 30, 2020 at 2:17 PM Chris Hofstaedtler wrote: > > 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. > > Regression

Re: [PATCH v2] meson: fix ncurses detection on macOS

2020-12-30 Thread Samuel Thibault
Chris Hofstaedtler, le mer. 30 déc. 2020 23:17:27 +0100, a ecrit: > 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. > > Regr