commit | 2373f7d581e82c11645a799a032b9e64fd61c1b8 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Mar 01 11:05:45 2018 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Mar 05 08:44:11 2018 +0100 |
tree | 12390f998688f7d7b36b9c857e397e6c5e95b832 | |
parent | e0fb129c2f2baac0ef44408751bada8739f99522 [diff] |
ui/curses: build as module Also drop curses libs from libs_softmmu. Add CURSES_{CFLAGS,LIBS} variables so we can use them for linking the curses module. Also make target/unicore32/helper.o depend on curses which uses curses directly for some reason ... Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20180301100547.18962-12-kraxel@redhat.com