meson: don't enable 'io-uring' by default

This commit is contained in:
Daniel Eklöf 2025-05-08 10:29:46 +02:00
parent febcb13c31
commit 1abeb4b7e7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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')