blob: 46717837e2a0023369bdbbaf6e251193301b52e4 (
plain)
1
2
3
4
5
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'
)
|