On Sun, Jul 19, 2020 at 12:54:43AM +0200, Andrea Bolognani wrote: > We don't actually use ncurses directly: readline needs it, but > that's a readline implementation detail and not something that we > should concern ourselves with. > > Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> > --- > Test pipeline where I've tweaked all CI environments so that ncurses > is not explicitly installed, and in the case of macOS pkg-config is > not configured in a way that allows it to locate ncurses.pc: > > https://gitlab.com/abologna/libvirt/-/pipelines/168175622 > > libvirt.spec.in | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx>