[gnome-todo] project: Print tracing option on configure



commit ba53aee28811022f6ad0c9d5929e466b3aae76d4
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Feb 1 13:23:32 2018 -0200

    project: Print tracing option on configure

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 69cc156..a53271b 100644
--- a/meson.build
+++ b/meson.build
@@ -194,6 +194,7 @@ output += '        prefix:        ' + gnome_todo_prefix + '\n'
 output += '        compiler:      ' + cc.get_id() + '\n'
 output += '        global flags:  ' + ' '.join(compiler_flags) + ' '.join(get_option('c_link_args')) + '\n'
 output += '        release:       ' + (not gnome_todo_debug).to_string() + '\n'
+output += '        tracing:       ' + (gnome_todo_tracing).to_string() + '\n'
 output += '        documentation: ' + enable_gtk_doc.to_string() + '\n'
 output += '    Plugins:\n\n'
 output += '        Dark theme .............. ' + get_option('dark_theme_plugin').to_string() + '\n'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]