[vlc-devel] [PATCH] contrib: microdns: don't build tests and examples

Hugo Beauzée-Luyssen hugo at beauzee.fr
Fri Mar 27 18:02:05 CET 2020


On Fri, Mar 27, 2020, at 4:58 PM, Steve Lhomme wrote:
> ---
>  contrib/src/microdns/rules.mak | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/contrib/src/microdns/rules.mak b/contrib/src/microdns/rules.mak
> index 3f86d27d31..74e4d3048b 100644
> --- a/contrib/src/microdns/rules.mak
> +++ b/contrib/src/microdns/rules.mak
> @@ -23,6 +23,6 @@ microdns: microdns-$(LIBMICRODNS_VERSION).tar.xz .sum-microdns
>  
>  .microdns: microdns crossfile.meson
>  	cd $< && rm -rf ./build
> -	cd $< && $(HOSTVARS_MESON) $(MESON) build
> +	cd $< && $(HOSTVARS_MESON) $(MESON) -Dauto_features=disabled build
>  	cd $< && cd build && ninja install
>  	touch $@

LGTM, sorry I should included it in the contrib bump

-- 
  Hugo Beauzée-Luyssen
  hugo at beauzee.fr


More information about the vlc-devel mailing list