From: André Hentschel Date: Sun, 15 Mar 2015 11:35:34 +0000 (+0100) Subject: wine: Add gettext dependency for host-wine X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=164ac197fef763dfa61154ad41588b6701baca86;p=buildroot.git wine: Add gettext dependency for host-wine Mostly based on a comment by Yann E. MORIN Signed-off-by: André Hentschel Cc: Yann E. MORIN Tested-by: "Yann E. MORIN" Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/wine/wine.mk b/package/wine/wine.mk index aa474f96b6..a699fff953 100644 --- a/package/wine/wine.mk +++ b/package/wine/wine.mk @@ -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 \