From: Stéphane Graber Date: Tue, 7 Jun 2022 20:19:57 +0000 (-0400) Subject: meson: Always define HAVE_LIBURING X-Git-Tag: lxc-5.0.0~9^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c96107d1ed9877d243344a3e1e50458c8362253;p=thirdparty%2Flxc.git meson: Always define HAVE_LIBURING Signed-off-by: Stéphane Graber --- 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.