aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBernd Schubert <bschubert@ddn.com>2025-03-24 18:46:29 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-04-28 19:57:39 +0200
commitdde540e413eba6d22a4515659dd72262b8a01af4 (patch)
tree4c1e449dbd9a838a9fd2d93cf19ee88eb8f117eb /meson_options.txt
parentef533e2e3fedbd647726416fa7f36ca543ee13ea (diff)
downloadlibfuse-dde540e413eba6d22a4515659dd72262b8a01af4.tar.gz
fuse: Add ring creation
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 957c5fc..c1f8fe6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -24,3 +24,6 @@ option('disable-libc-symbol-version', type : 'boolean', value : false,
option('enable-usdt', type : 'boolean', value : false,
description: 'Enable user statically defined tracepoints for extra observability')
+
+option('enable-io-uring', type: 'boolean', value: true,
+ description: 'Enable fuse-over-io-uring support')