summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-03-02 19:02:09 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-03-03 20:07:51 +0000
commit01b818c5b0833360ecd2f1af3b92f5d8981410e3 (patch)
treed8d43e03dd76e7306764010361b267f3a45f2a8f /meson_options.txt
parentd9560ffcd96e3e26ba2893d7140e7c982ee7292e (diff)
downloadefl-01b818c5b0833360ecd2f1af3b92f5d8981410e3.tar.gz
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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'
)