10 lines
No EOL
321 B
Meson
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'
|
|
) |