[vlc-devel] [PATCH 03/15] contrib: gettext: disable package not usable on Winstore builds
Jean-Baptiste Kempf
jb at videolan.org
Fri Mar 8 20:24:59 CET 2019
On Fri, 8 Mar 2019, at 16:20, Steve Lhomme wrote:
> uses GetLocaleInfo (which is now available)
> uses EnumSystemLocales which is not available (but EnumSystemLocalesEx is)
This must be fixed in winstorecompat
> uses EnumResourceLanguages which is not available
Totally misused by Gettext: use GlobalizationPreferences.Languages
> ---
> contrib/src/gettext/rules.mak | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/contrib/src/gettext/rules.mak b/contrib/src/gettext/rules.mak
> index 2684b8ff5ef..8e8dbbebaa6 100644
> --- a/contrib/src/gettext/rules.mak
> +++ b/contrib/src/gettext/rules.mak
> @@ -2,7 +2,9 @@
> GETTEXT_VERSION := 0.19.8.1
> GETTEXT_URL := $(GNU)/gettext/gettext-$(GETTEXT_VERSION).tar.gz
>
> +ifndef HAVE_WINSTORE
> PKGS += gettext
> +endif
> ifneq ($(filter gnu%,$(subst -, ,$(HOST))),)
> # GNU platform should have gettext (?)
> PKGS_FOUND += gettext
> --
> 2.17.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
--
Jean-Baptiste Kempf - President
+33 672 704 734
More information about the vlc-devel
mailing list