meson_options.txt

changeset 39951
e9eaaff671c9
parent 39950
139863d2434b
child 40282
35b4a6224d6d
--- a/meson_options.txt	Mon Oct 07 21:57:38 2019 -0400
+++ b/meson_options.txt	Tue Oct 08 15:53:19 2019 -0400
@@ -10,13 +10,10 @@
 option('glib-errors-trace', type : 'boolean', value : false,
        description : 'print backtraces for glib errors')
 
-option('introspection', type : 'boolean', value : true,
+option('introspection', type : 'feature',
        description : 'build introspection data')
 
-option('missing-dependencies', type : 'boolean', value : false,
-       description : 'skip missing dependencies instead of aborting configuration')
-
-option('nettle', type : 'boolean', value : true,
+option('nettle', type : 'feature',
        description : 'enable Nettle support')
 
 option('nls', type : 'boolean', value : true,
@@ -28,25 +25,25 @@
 ##############################################################################
 # Libpurple Options
 
-option('farstream', type : 'boolean', value : true,
+option('farstream', type : 'feature',
        description : 'compile with farstream support')
 
-option('gstreamer', type : 'boolean', value : true,
+option('gstreamer', type : 'feature',
        description : 'compile with GStreamer audio support')
 
-option('gstreamer-video', type : 'boolean', value : true,
+option('gstreamer-video', type : 'feature',
        description : 'compile with GStreamer 1.0 Video Overlay support')
 
-option('kwallet', type : 'boolean', value : true,
+option('kwallet', type : 'feature',
        description : 'enable KWallet support')
 
 option('plugins', type : 'boolean', value : true,
        description : 'compile plugins')
 
-option('secret-service', type : 'boolean', value : true,
+option('secret-service', type : 'feature',
        description : 'enable Secret Service support')
 
-option('vv', type : 'boolean', value : true,
+option('vv', type : 'feature',
        description : 'compile with voice and video support')
 
 ##############################################################################
@@ -55,28 +52,28 @@
 option('dynamic-prpls', type : 'string', value: 'all',
        description : 'specify which protocols to build dynamically')
 
-option('avahi', type : 'boolean', value : true,
+option('avahi', type : 'feature',
        description : 'compile with avahi (required for Bonjour support)')
 
-option('cyrus-sasl', type : 'boolean', value : false,
+option('cyrus-sasl', type : 'feature',
        description : 'enable Cyrus SASL support for XMPP/IRC')
 
-option('idn', type : 'boolean', value : true,
+option('idn', type : 'feature',
        description : 'compile with IDN support')
 
 option('krb4', type : 'boolean', value : false,
        description : 'compile Zephyr plugin with Kerberos 4 support')
 
-option('libgadu', type : 'boolean', value : true,
+option('libgadu', type : 'feature',
        description : 'compile with libgadu (required for GaduGadu support)')
 
-option('meanwhile', type : 'boolean', value : true,
+option('meanwhile', type : 'feature',
        description : 'compile with meanwhile')
 
-option('silc', type : 'boolean', value : false,
+option('silc', type : 'feature',
        description : 'compile with SILC plugin')
 
-option('zephyr', type : 'boolean', value : false,
+option('zephyr', type : 'feature',
        description : 'compile Zephyr plugin against external libzephyr')
 
 ##############################################################################
@@ -94,10 +91,10 @@
 option('gestures', type : 'boolean', value : true,
        description : 'compile with the gestures plugin')
 
-option('gevolution', type : 'boolean', value : false,
+option('gevolution', type : 'feature',
        description : 'compile with the Evolution plugin')
 
-option('unity-integration', type : 'boolean', value : false,
+option('unity-integration', type : 'feature',
        description : 'compile with support for unity integration plugin')
 
 ##############################################################################

mercurial