summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-07-16 21:34:49 -0500
committerGary Kramlich <grim@reaperworld.com>2020-07-16 21:34:49 -0500
commit21c91fc139b733e4062a63f7e0a2dd9108231800 (patch)
tree585149f6a386877d278f911b2c583cdd86b678eb /meson_options.txt
parent3d3c91bd3d3c10eb2ef304a436346313625cd00d (diff)
downloadpidgin-21c91fc139b733e4062a63f7e0a2dd9108231800.tar.gz
sort the meson options by option name
Reviewed at https://reviews.imfreedom.org/r/42/
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c0f33ec219..ff43adaa2f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,12 +1,12 @@
##############################################################################
# General Options
-option('extraversion', type : 'string',
- description : 'extra version number to be displayed in Help->About and --help (for packagers)')
-
option('doc', type : 'boolean', value : false,
description : 'build documentation with gtk-doc')
+option('extraversion', type : 'string',
+ description : 'extra version number to be displayed in Help->About and --help (for packagers)')
+
option('glib-errors-trace', type : 'boolean', value : false,
description : 'print backtraces for glib errors')
@@ -49,15 +49,15 @@ option('vv', type : 'feature',
##############################################################################
# Protocol Plugins
-option('dynamic-prpls', type : 'string', value: 'all',
- description : 'specify which protocols to build dynamically')
-
option('avahi', type : 'feature',
description : 'compile with avahi (required for Bonjour support)')
option('cyrus-sasl', type : 'feature',
description : 'enable Cyrus SASL support for XMPP/IRC')
+option('dynamic-prpls', type : 'string', value: 'all',
+ description : 'specify which protocols to build dynamically')
+
option('krb4', type : 'boolean', value : false,
description : 'compile Zephyr plugin with Kerberos 4 support')
@@ -76,9 +76,6 @@ option('zephyr', type : 'feature',
##############################################################################
# Pidgin Options
-option('gtkui', type : 'boolean', value : true,
- description : 'compile with GTK+ user interface')
-
option('cap', type : 'boolean', value : false,
description : 'compile with Contact Availability Prediction plugin')
@@ -91,6 +88,9 @@ option('gestures', type : 'boolean', value : true,
option('gevolution', type : 'feature', value : 'disabled',
description : 'compile with the Evolution plugin')
+option('gtkui', type : 'boolean', value : true,
+ description : 'compile with GTK+ user interface')
+
option('unity-integration', type : 'feature',
description : 'compile with support for unity integration plugin')