[vlc-devel] [PATCH 1/2] tools: Require meson 0.54
Alexandre Janniaux
ajanni at videolabs.io
Mon Apr 27 10:41:25 CEST 2020
Hi,
Relative to the next patch, shouldn't we keep providing the
environment variable for older version as well to ensure
what you wrote in this commit message?
Regards,
--
Alexandre Janniaux
Videolabs
On Fri, Apr 24, 2020 at 05:14:31PM +0200, Hugo Beauzée-Luyssen wrote:
> Starting from this version, we can provide both pkg_config_path and
> pkg_config_libdir as meson properties.
> Otherwise, users of meson >= 0.54 will not be able to use pkg-config
> while users of older version will, until they update.
> ---
> extras/tools/bootstrap | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
> index 91074d6492..a22ddb1b4e 100755
> --- a/extras/tools/bootstrap
> +++ b/extras/tools/bootstrap
> @@ -146,7 +146,7 @@ check flex
> check_nasm 2.14
> check gettext
> check help2man
> -check meson 0.51.1
> +check meson 0.54.0
> check ninja
>
> DEPS_ONLY="help2man"
> --
> 2.20.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list