]> git.proxmox.com Git - mirror_qemu.git/commit
curses: Use cursesw instead of curses
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 15 Oct 2016 19:53:05 +0000 (21:53 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 28 Oct 2016 09:19:38 +0000 (11:19 +0200)
commit8ddc5bf9e5de51c2a4842c01dd3a97f5591776fd
treec867df934cc6ab6c064e4a425c558dc1c8d9d15b
parent697783a736b99e8666baf9a0f81fc483ac5f31a5
curses: Use cursesw instead of curses

Use ncursesw package instead of curses on non-mingw, and check a few
functions.
Also take cflags from pkg-config, since cursesw headers may be in a
separate, non-default directory.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Message-id: 20161015195308.20473-3-samuel.thibault@ens-lyon.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
configure