qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix legacy ncurses detection.
@ 2016-11-07 13:38 Michal Suchanek
  2016-11-07 13:55 ` Peter Maydell
  0 siblings, 1 reply; 15+ messages in thread
From: Michal Suchanek @ 2016-11-07 13:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michal Suchanek

ncurses version in SUSE does not have .pc files so this is still needed to
build from git.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index fd6f898..aab70ef 100755
--- a/configure
+++ b/configure
@@ -2926,7 +2926,7 @@ if test "$curses" != "no" ; then
     curses_inc_list="$($pkg_config --cflags ncurses 2>/dev/null):"
     curses_lib_list="$($pkg_config --libs ncurses 2>/dev/null):-lpdcurses"
   else
-    curses_inc_list="$($pkg_config --cflags ncursesw 2>/dev/null):"
+    curses_inc_list="$($pkg_config --cflags ncursesw 2>/dev/null)-I/usr/include/ncursesw:"
     curses_lib_list="$($pkg_config --libs ncursesw 2>/dev/null):-lncursesw:-lcursesw"
   fi
   curses_found=no
-- 
2.10.0

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-11-09 10:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-07 13:38 [Qemu-devel] [PATCH] Fix legacy ncurses detection Michal Suchanek
2016-11-07 13:55 ` Peter Maydell
2016-11-07 16:26   ` Cornelia Huck
2016-11-07 22:07   ` Samuel Thibault
2016-11-08 11:34     ` Cornelia Huck
2016-11-08 20:10       ` Samuel Thibault
2016-11-09  8:58         ` Cornelia Huck
2016-11-09  9:04           ` Samuel Thibault
2016-11-09  9:12             ` Cornelia Huck
2016-11-09  9:28               ` Samuel Thibault
2016-11-09  9:40                 ` Cornelia Huck
2016-11-09  9:52                   ` Samuel Thibault
2016-11-09 10:04                     ` Cornelia Huck
2016-11-09 10:15                       ` Sergey Smolov
2016-11-09 10:25                         ` Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).