From 1abeb4b7e7b72631f220973c53385eb1f23cf77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 8 May 2025 10:29:46 +0200 Subject: [PATCH] meson: don't enable 'io-uring' by default --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index b22626ce..1aa8f429 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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')