diff options
author | zhuyaliang <[email protected]> | 2021-10-07 21:36:04 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-10-15 21:33:59 +0200 |
commit | f1c1e72d96c11194ff89752a4e22b6edffa75666 (patch) | |
tree | 66b1ef28de295faa53273f025bb4ed0bdf8da733 /meson_options.txt | |
parent | ddeb66b5af61a5367c8b72a5e5845317e82b62a4 (diff) | |
download | mate-system-monitor-f1c1e72d96c11194ff89752a4e22b6edffa75666.tar.bz2 mate-system-monitor-f1c1e72d96c11194ff89752a4e22b6edffa75666.tar.xz |
Add meson build support
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' +) |