summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2016-12-18 21:04:55 -0500
committerElliott Sales de Andrade <qulogic@pidgin.im>2016-12-18 21:04:55 -0500
commitf70d9af10f2ba4f399e75acd4d60f0e9462f98c0 (patch)
tree12a3855dbe4f06d61048021c4d8ab60d0907549f /meson_options.txt
parent06302247d1386014d1b227d815f29212b276052d (diff)
downloadpidgin-f70d9af10f2ba4f399e75acd4d60f0e9462f98c0.tar.gz
Update meson build to match autotools.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 37f102013e..7a6bfb5fa9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -74,6 +74,9 @@ option('silc-includes', type : 'string',
option('silc-libs', type : 'string',
description : 'compile the SILC plugin against the SILC libs in DIR')
+option('libgadu', type : 'boolean', value : true,
+ description : 'compile with libgadu (required for GaduGadu support)')
+
option('distrib', type : 'boolean', value : false)
option('static-prpls', type : 'string',
@@ -103,6 +106,9 @@ option('dbus', type : 'boolean', value : true,
option('unity-integration', type : 'boolean', value : false,
description : 'compile with support for unity integration plugin')
+option('secret-service', type : 'boolean', value : true,
+ description : 'enable Secret Service support')
+
option('gnome-keyring', type : 'boolean', value : true,
description : 'enable GNOME Keyring support')