"bulid" isn't valid anything, and build_xwayland was already defined
above.

Signed-off-by: Adam Jackson <a...@redhat.com>
---
 meson.build | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meson.build b/meson.build
index 3431fe9a6..d4443c9d7 100644
--- a/meson.build
+++ b/meson.build
@@ -192,10 +192,8 @@ if module_dir == ''
     module_dir = join_paths(get_option('libdir'), 'xorg/modules')
 endif
 
-bulid_wayland = false
-
 if glamor_option == 'auto'
-    build_glamor = build_xorg or build_wayland
+    build_glamor = build_xorg or build_xwayland
 else
     build_glamor = get_option('glamor') == 'yes'
 endif
-- 
2.12.2

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to