From 21c91fc139b733e4062a63f7e0a2dd9108231800 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 16 Jul 2020 21:34:49 -0500 Subject: sort the meson options by option name Reviewed at https://reviews.imfreedom.org/r/42/ --- meson_options.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.1