summaryrefslogtreecommitdiff
path: root/config/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'config/meson.build')
-rw-r--r--config/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/meson.build b/config/meson.build
index 26c9bd4b3a..9533bd6b46 100644
--- a/config/meson.build
+++ b/config/meson.build
@@ -26,6 +26,9 @@ conf_data.set10(
get_option('mutual-tls-common-name-parsing') == 'meta',
)
+conf_data.set10('BMCWEB_VIRTUAL_MEDIA_VM', get_option('vm-websocket').allowed())
+conf_data.set10('BMCWEB_VIRTUAL_MEDIA_NBD', false)
+
# Logging level
loglvlopt = get_option('bmcweb-logging')
if get_option('buildtype').startswith('debug') and loglvlopt == 'disabled'