From 4c96107d1ed9877d243344a3e1e50458c8362253 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Tue, 7 Jun 2022 16:19:57 -0400 Subject: [PATCH] meson: Always define HAVE_LIBURING MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index 4829f80f7..ddb14f683 100644 --- a/meson.build +++ b/meson.build @@ -216,6 +216,8 @@ if want_io_uring endif srcconf.set10('HAVE_LIBURING', true) +else + srcconf.set10('HAVE_LIBURING', false) endif ## Time EPOCH. -- 2.39.2