mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 19:16:21 +00:00
c/main: Fix XRT_COMPOSITOR_FORCE_WAYLAND_DIRECT;
This commit is contained in:
parent
ea7ec1bda8
commit
d16576252f
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue