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.
This commit is contained in:
Carsten Haitzler 2020-03-02 19:02:09 +00:00
parent d9560ffcd9
commit 01b818c5b0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ option('audio',
option('avahi',
type : 'boolean',
value : true,
value : false,
description : 'Avahi (zeroconf) support in efl'
)