summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: a25c2888619cc6043d5a558443fb3b0084d95366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
option('documentation',
       type: 'feature',
       value: 'disabled',
       description: 'Build doxygen documentation [default=auto]')
option('udev-dir',
       type: 'string',
       value: '',
       description: 'udev base directory [default=$prefix/lib/udev]')
option('tests',
       type: 'feature',
       value: 'enabled',
       description: 'Build the tests [default=enabled]')