-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeson_options.txt
More file actions
14 lines (12 loc) · 857 Bytes
/
meson_options.txt
File metadata and controls
14 lines (12 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#(C) 2021 by Domenico Panella <pandom79@gmail.com>
#This program is free software; you can redistribute it and/or modify
#it under the terms of the GNU General Public License version 3.
#See http://www.gnu.org/licenses/gpl-3.0.html for full license text.
option('UNITD_TEST', type: 'boolean', value: false, description: 'Only for unitd development')
option('OS_NAME', type: 'string', value: 'Linux', description: 'The OS name')
option('OUR_UTMP_FILE', type: 'string', description: 'The utmp login registry path')
option('OUR_WTMP_FILE', type: 'string', description: 'The wtmp login registry path')
option('DOC_PATH', type: 'string', description: 'The documentation path')
option('BASH_COMP_PATH', type: 'string', description: 'The bash completion path')
option('DOXY_HTML', type: 'boolean', value: true)
option('DOXY_LATEX', type: 'boolean', value: true)