summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2017-06-30 00:05:54 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2017-06-30 00:05:54 -0400
commit442e1c788ff791580cef57b09ad94a952a1363d5 (patch)
tree046817ef56ee6b03da484d1ee78b150e3b441256 /meson_options.txt
parent2709286b115eee3fd62d8541dc582b03b8043c6d (diff)
downloadpidgin-442e1c788ff791580cef57b09ad94a952a1363d5.tar.gz
Remove session management bits from Meson build.
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 221e34f6f7..442c00ada4 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('sm', type : 'boolean', value : true,
- description : 'compile with X session management support')
-
option('startup-notification', type : 'boolean', value : true,
description : 'compile with startup notification support')