From f1c1e72d96c11194ff89752a4e22b6edffa75666 Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Thu, 7 Oct 2021 21:36:04 +0800 Subject: Add meson build support --- meson_options.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') 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' +) -- cgit v1.2.1