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

Steve Lhomme git at videolan.org
Fri Jun 19 09:06:56 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu May 28 11:58:33 2020 +0200| [318ca08743fb27ddf8cd08743d412a1fe116c557] | committer: Steve Lhomme

contrib: microdns: don't build tests and examples

(cherry picked from commit ef9c90b353c71be9a15b9efc8bdb9177059236ca)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=318ca08743fb27ddf8cd08743d412a1fe116c557
---

 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