[PATCH xserver 1/9] meson: Fix a typo
Adam Jackson
ajax at redhat.com
Thu Apr 27 17:55:19 UTC 2017
"bulid" isn't valid anything, and build_xwayland was already defined
above.
Signed-off-by: Adam Jackson <ajax at 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
More information about the xorg-devel
mailing list