summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorSamuel Thibault2019-03-11 14:51:26 +0100
committerGerd Hoffmann2019-03-13 08:29:01 +0100
commite08bb3010c5aa7fcdc614bdb151cdde7fd0756b6 (patch)
treeb5de17676b0c57f4c5f0f43a1258beae4ebd5c7d /ui
parentMerge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff)
downloadqemu-e08bb3010c5aa7fcdc614bdb151cdde7fd0756b6.tar.gz
qemu-e08bb3010c5aa7fcdc614bdb151cdde7fd0756b6.tar.xz
qemu-e08bb3010c5aa7fcdc614bdb151cdde7fd0756b6.zip
iconv: detect and make curses depend on it
curses will use it for proper wide output support. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Message-Id: <20190311135127.2229-2-samuel.thibault@ens-lyon.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/Makefile.objs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/Makefile.objs b/ui/Makefile.objs
index fe1a7aed97..cc2bf5b180 100644
--- a/ui/Makefile.objs
+++ b/ui/Makefile.objs
@@ -46,8 +46,8 @@ endif
common-obj-$(CONFIG_CURSES) += curses.mo
curses.mo-objs := curses.o
-curses.mo-cflags := $(CURSES_CFLAGS)
-curses.mo-libs := $(CURSES_LIBS)
+curses.mo-cflags := $(CURSES_CFLAGS) $(ICONV_CFLAGS)
+curses.mo-libs := $(CURSES_LIBS) $(ICONV_LIBS)
common-obj-$(call land,$(CONFIG_SPICE),$(CONFIG_GIO)) += spice-app.mo
spice-app.mo-objs := spice-app.o