[vlc-devel] [PATCH 2/2] contrib: Provide a correct PKG_CONFIG_PATH to meson
Steve Lhomme
robux4 at ycbcr.xyz
Fri Mar 20 10:57:57 CET 2020
LGTM for both
On 2020-03-20 10:19, Hugo Beauzée-Luyssen wrote:
> ---
> contrib/src/main.mak | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/contrib/src/main.mak b/contrib/src/main.mak
> index 18fb49cf65..708885cdec 100644
> --- a/contrib/src/main.mak
> +++ b/contrib/src/main.mak
> @@ -423,7 +423,8 @@ ifdef HAVE_CROSS_COMPILE
> # generated crossfile, so everything should work as
> # expected.
> MESONFLAGS += --cross-file $(abspath crossfile.meson)
> -MESON = env -i PATH="$(PREFIX)/bin:$(PATH)" PKG_CONFIG_LIBDIR="$(PKG_CONFIG_LIBDIR)" meson $(MESONFLAGS)
> +MESON = env -i PATH="$(PREFIX)/bin:$(PATH)" PKG_CONFIG_LIBDIR="$(PKG_CONFIG_LIBDIR)" \
> + PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" meson $(MESONFLAGS)
> else
> MESON = meson $(MESONFLAGS)
> endif
> --
> 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