mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
meson: add -Dtests=false|true option
When set to false, no test binaries are neither built, nor executed (with “ninja test”). Closes #919
This commit is contained in:
parent
e6f884a9e1
commit
c7248cf763
4 changed files with 20 additions and 9 deletions
|
|
@ -10,6 +10,8 @@ option('ime', type: 'boolean', value: true,
|
|||
option('grapheme-clustering', type: 'feature',
|
||||
description: 'Enables grapheme clustering using libutf8proc. Requires fcft with harfbuzz support to be useful.')
|
||||
|
||||
option('tests', type: 'boolean', value: true, description: 'Build tests')
|
||||
|
||||
option('terminfo', type: 'feature', value: 'enabled', description: 'Build and install foot\'s terminfo files.')
|
||||
option('default-terminfo', type: 'string', value: 'foot',
|
||||
description: 'Default value of the "term" option in foot.ini.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue