mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
meson_options: fix typo in 'Timings' (#652)
This commit is contained in:
parent
fb8f56dab3
commit
c5607bfbd0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
option('enable-drun', type: 'boolean', value: true, description: 'Desktop file mode')
|
option('enable-drun', type: 'boolean', value: true, description: 'Desktop file mode')
|
||||||
option('enable-window', type: 'boolean', value: true, description: 'Window switcher mode')
|
option('enable-window', type: 'boolean', value: true, description: 'Window switcher mode')
|
||||||
option('enable-timings', type: 'boolean', value: false, description: 'Timimngs output')
|
option('enable-timings', type: 'boolean', value: false, description: 'Timings output')
|
||||||
option('enable-asan', type: 'boolean', value: false, description: 'Address sanitizer')
|
option('enable-asan', type: 'boolean', value: false, description: 'Address sanitizer')
|
||||||
option('enable-check', type: 'boolean', value: true, description: 'Build and run libcheck-based tests')
|
option('enable-check', type: 'boolean', value: true, description: 'Build and run libcheck-based tests')
|
||||||
|
|
Loading…
Reference in a new issue