avahi - let's disable by default as there doesn't seem to be a use
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 2 Mar 2020 19:02:09 +0000 (19:02 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 3 Mar 2020 21:17:03 +0000 (06:17 +0900)
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

index cc2b117..1d23f22 100644 (file)
@@ -6,7 +6,7 @@ option('audio',
 
 option('avahi',
   type : 'boolean',
-  value : true,
+  value : false,
   description : 'Avahi (zeroconf) support in efl'
 )