]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/meson.build
configure: introduce --enable-vhost-user-blk-server
[mirror_qemu.git] / util / meson.build
index c5159ad79da531e5bce0a8cf6051613a39dcea12..f359af0d46039c7bbc01663f1b266faa9478202b 100644 (file)
@@ -66,7 +66,7 @@ if have_block
   util_ss.add(files('main-loop.c'))
   util_ss.add(files('nvdimm-utils.c'))
   util_ss.add(files('qemu-coroutine.c', 'qemu-coroutine-lock.c', 'qemu-coroutine-io.c'))
-  util_ss.add(when: ['CONFIG_LINUX', 'CONFIG_VHOST_USER'], if_true: [
+  util_ss.add(when: 'CONFIG_LINUX', if_true: [
     files('vhost-user-server.c'), vhost_user
   ])
   util_ss.add(files('block-helpers.c'))