summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2017-07-06 22:24:46 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2017-07-06 22:24:46 -0400
commit78e7451f6d919181b3555869d3547d3291f04e0e (patch)
tree9a1a315d8cf7a9216e336b49d8b0272bd8088318 /meson_options.txt
parenta68518ba35e740e4807d8b0e9bc68608d85d5067 (diff)
parenta3a3c060fc968a4a2017f83c3b507df0187b5870 (diff)
downloadpidgin-78e7451f6d919181b3555869d3547d3291f04e0e.tar.gz
Merge with default.
Drop startup-notification option from Meson build also.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 442c00ada4..78e22364c6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -23,9 +23,6 @@ option('doc', type : 'boolean', value : false,
option('screensaver', type : 'boolean', value : true,
description : 'compile with X screensaver extension (used to detect idleness)')
-option('startup-notification', type : 'boolean', value : true,
- description : 'compile with startup notification support')
-
option('enchant', type : 'boolean', value : true,
description : 'compile with Enchange spell checking support')