[mutter] meson.build: Print correct value of EGLStream support
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] meson.build: Print correct value of EGLStream support
- Date: Fri, 21 Dec 2018 07:32:10 +0000 (UTC)
commit 7759adf8e9911818ee2c5a08084fd1bc611b7e1a
Author: Daniel van Vugt <daniel van vugt canonical com>
Date: Fri Dec 21 13:47:17 2018 +0800
meson.build: Print correct value of EGLStream support
Fixes a minor mistake in 7a75692e.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 01c985a7e..dbc3a5f0f 100644
--- a/meson.build
+++ b/meson.build
@@ -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(),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]