Commit 164ac197 authored by André Hentschel's avatar André Hentschel Committed by Thomas Petazzoni
Browse files

wine: Add gettext dependency for host-wine



Mostly based on a comment by Yann E. MORIN

Signed-off-by: default avatarAndré Hentschel <nerv@dawncrow.de>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Tested-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 6f177dac
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -243,6 +243,10 @@ else
WINE_CONF_OPTS += --without-zlib
endif

# host-gettext is essential for .po file support in host-wine wrc
HOST_WINE_DEPENDENCIES += host-gettext
HOST_WINE_CONF_OPTS += --with-gettext --with-gettextpo

# Wine needs to enable 64-bit build tools on 64-bit host
ifeq ($(HOSTARCH),x86_64)
HOST_WINE_CONF_OPTS += --enable-win64
@@ -280,8 +284,6 @@ HOST_WINE_CONF_OPTS += \
	--without-curses \
	--without-dbus \
	--without-fontconfig \
	--without-gettext \
	--without-gettextpo \
	--without-gphoto \
	--without-glu \
	--without-gnutls \