From 01b818c5b0833360ecd2f1af3b92f5d8981410e3 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 2 Mar 2020 19:02:09 +0000 Subject: [PATCH] avahi - let's disable by default as there doesn't seem to be a use i asked why we should have it by default etc. and what it's needed for. i cant't find any... and no answer soc off by default to trim efl down. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 338c8f386b..2c6d138981 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,7 +6,7 @@ option('audio', option('avahi', type : 'boolean', - value : true, + value : false, description : 'Avahi (zeroconf) support in efl' )