mirror of
https://github.com/ish-app/ish.git
synced 2026-05-28 21:10:35 +00:00
12 lines
443 B
Meson
12 lines
443 B
Meson
option('log', type: 'string', value: '')
|
|
option('nolog', type: 'string', value: '')
|
|
option('log_handler', type: 'string', value: 'dprintf')
|
|
|
|
option('engine', type: 'combo', choices: ['asbestos', 'unicorn'], value: 'asbestos')
|
|
option('kernel', type: 'combo', choices: ['ish', 'linux'], value: 'ish')
|
|
option('kconfig', type: 'array', value: [])
|
|
|
|
option('vdso_c_args', type: 'string', value: '')
|
|
|
|
option('no_crlf', type: 'boolean', value: false)
|