meson: Fix a typo

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

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2017-04-27 12:52:29 -04:00
parent 112d0d7d01
commit 8659aac2cc
1 changed files with 1 additions and 3 deletions

View File

@ -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