File: meson_options.txt

package info (click to toggle)
phoc 0.51.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,948 kB
  • sloc: ansic: 106,056; xml: 3,765; sh: 138; makefile: 33; javascript: 5
file content (31 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
option('xwayland',
       type: 'feature', value: 'enabled',
       description: 'Whether to enable XWayland support')

option('embed-wlroots',
       type: 'feature', value: 'auto',
       description: 'Wheter to use wlroots as a subproject and link statically against it')

option('tests',
       type: 'boolean', value: true,
       description: 'Whether to compile unit tests')

option('gtk_doc',
       type: 'boolean', value: false,
       description: 'Whether to generate the API reference')

option('man',
       type: 'boolean', value: false,
       description: 'generate man pages (requires rst2man)')

option('dtrace',
       type: 'feature', value: 'disabled',
       description: 'Wether to enable systemtap tracing')

option('sysprof',
       type: 'feature', value: 'disabled',
       description: 'Wether to enable sysprof tracing')

option('dev-uid',
       type: 'integer', value: 1000,
       description: 'User id for phoc development')