[vlc-commits] contrib: microdns: don't build tests and examples
Steve Lhomme
git at videolan.org
Fri May 29 08:45:30 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu May 28 11:58:33 2020 +0200| [ef9c90b353c71be9a15b9efc8bdb9177059236ca] | committer: Steve Lhomme
contrib: microdns: don't build tests and examples
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef9c90b353c71be9a15b9efc8bdb9177059236ca
---
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 $@
More information about the vlc-commits
mailing list