diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..4671783 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,6 @@ +option('wnck', type: 'boolean', value: false, + description: 'enable wnck support, this will likely make system-monitor segfault' +) +option('systemd', type: 'boolean', value: true, + description: 'systemd support' +) |