1
0
Fork 0
gnome-system-monitor/meson_options.txt
Daniel Baumann f92ba00cb1
Adding upstream version 48.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 21:03:59 +02:00

10 lines
No EOL
321 B
Meson

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'
)
option('development', type: 'boolean', value: false,
description: 'If this is a development build'
)