aboutsummaryrefslogtreecommitdiff
path: root/block/export/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'block/export/meson.build')
-rw-r--r--block/export/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/export/meson.build b/block/export/meson.build
index 9fb4fbf81d..19526435d8 100644
--- a/block/export/meson.build
+++ b/block/export/meson.build
@@ -1,2 +1,2 @@
blockdev_ss.add(files('export.c'))
-blockdev_ss.add(when: ['CONFIG_LINUX', 'CONFIG_VHOST_USER'], if_true: files('vhost-user-blk-server.c'))
+blockdev_ss.add(when: 'CONFIG_VHOST_USER_BLK_SERVER', if_true: files('vhost-user-blk-server.c'))