summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-04-06 23:18:26 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-04-06 23:18:26 -0300
commit1187f147af7a63583ff3acc62cf2cfe9fa7e8882 (patch)
treeabb66c1cbf9a37584984956646148fda5aa46916 /meson_options.txt
parent85296f1ebada9670702be7c4de5f6160b90a9470 (diff)
downloadgnome-control-center-1187f147af7a63583ff3acc62cf2cfe9fa7e8882.tar.gz
log: Reimplement logging and debugging
This commit replaces the old rudimentary log handler by a shinier version of it. It also introduces the debugging macros that I usually add to the apps, including the CC_TRACE_MSG() macro for tracing.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7498af4d6..a01c11553 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,4 +2,5 @@ option('cheese', type: 'boolean', value: true, description: 'build with cheese w
option('documentation', type: 'boolean', value: false, description: 'build documentation')
option('gnome_session_libexecdir', type: 'string', value: '', description: 'Directory for gnome-session\'s libexecdir')
option('ibus', type: 'boolean', value: true, description: 'build with IBus support')
+option('tracing', type: 'boolean', value: false, description: 'add extra debugging information')
option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')