File: meson_options.txt

package info (click to toggle)
low-memory-monitor 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 216 kB
  • sloc: ansic: 581; xml: 87; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
option('systemdsystemunitdir',
       description: 'systemd unit directory',
       type: 'string',
       value: 'auto')
option('gtk_doc',
       type: 'boolean',
       value: true,
       description: 'Build API reference')
option('trigger_kernel_oom',
       type: 'boolean',
       value: false,
       description: 'Whether to trigger kernel OOM')