mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
meson: don't enable 'io-uring' by default
This commit is contained in:
parent
febcb13c31
commit
1abeb4b7e7
1 changed files with 1 additions and 1 deletions
|
|
@ -28,4 +28,4 @@ option('utmp-backend', type: 'combo', value: 'auto', choices: ['none', 'libutemp
|
|||
option('utmp-default-helper-path', type: 'string', value: 'auto',
|
||||
description: 'Default path to the utmp helper binary. Default: auto-detect')
|
||||
|
||||
option('io-uring', type: 'feature', value: 'enabled', description: 'Build with io-uring support')
|
||||
option('io-uring', type: 'feature', description: 'Build with io-uring support')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue