meson.build: Print correct value of EGLStream support
Fixes a minor mistake in 7a75692e.
This commit is contained in:
parent
7a75692e11
commit
7759adf8e9
@ -348,7 +348,7 @@ output = [
|
|||||||
' Options:',
|
' Options:',
|
||||||
'',
|
'',
|
||||||
' Wayland.................. ' + have_wayland.to_string(),
|
' Wayland.................. ' + have_wayland.to_string(),
|
||||||
' Wayland EGLStream........ ' + have_wayland.to_string(),
|
' Wayland EGLStream........ ' + have_wayland_eglstream.to_string(),
|
||||||
' Native Backend........... ' + have_native_backend.to_string(),
|
' Native Backend........... ' + have_native_backend.to_string(),
|
||||||
' EGL Device............... ' + have_egl_device.to_string(),
|
' EGL Device............... ' + have_egl_device.to_string(),
|
||||||
' Remote desktop........... ' + have_remote_desktop.to_string(),
|
' Remote desktop........... ' + have_remote_desktop.to_string(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user