summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-05-02 05:09:28 -0500
committerGary Kramlich <grim@reaperworld.com>2020-05-02 05:09:28 -0500
commit84d0771e9d5d237f27d7b29c456cc03fd275f98e (patch)
treeed81ac73727c3d43845c9c3ed45288aefde7f3b0 /meson_options.txt
parentb1e6be89800cd68d75a567a70064dfe5d3fbb50f (diff)
downloadpidgin-84d0771e9d5d237f27d7b29c456cc03fd275f98e.tar.gz
Fix the immediate issues with gevolution but disable it by default as it needs major work
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 12ffd1b241..c0f33ec219 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -88,7 +88,7 @@ option('console-logging', type : 'boolean', value : false,
option('gestures', type : 'boolean', value : true,
description : 'compile with the gestures plugin')
-option('gevolution', type : 'feature',
+option('gevolution', type : 'feature', value : 'disabled',
description : 'compile with the Evolution plugin')
option('unity-integration', type : 'feature',