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.
6 lines
580 B
Meson
6 lines
580 B
Meson
option('cheese', type: 'boolean', value: true, description: 'build with cheese webcam support')
|
|
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')
|