c/main: Fix XRT_COMPOSITOR_FORCE_WAYLAND_DIRECT;

This commit is contained in:
bjorn 2023-05-16 14:40:10 -07:00
parent ea7ec1bda8
commit d16576252f

View file

@ -95,7 +95,7 @@ comp_settings_init(struct comp_settings *s, struct xrt_device *xdev)
}
if (debug_get_bool_option_force_wayland_direct()) {
s->target_identifier = "wayland_direct";
s->target_identifier = "direct_wayland";
}
if (debug_get_bool_option_force_xcb()) {