1
0
Fork 0

meson.build: Print correct value of EGLStream support

Fixes a minor mistake in 7a75692e.
This commit is contained in:
Daniel van Vugt 2018-12-21 13:47:17 +08:00
parent 7a75692e11
commit 7759adf8e9

View file

@ -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(),