mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
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:',
|
||||
'',
|
||||
' 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(),
|
||||
' EGL Device............... ' + have_egl_device.to_string(),
|
||||
' Remote desktop........... ' + have_remote_desktop.to_string(),
|
||||
|
Loading…
Reference in New Issue
Block a user