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:
parent
112d0d7d01
commit
8659aac2cc
|
@ -192,10 +192,8 @@ if module_dir == ''
|
||||||
module_dir = join_paths(get_option('libdir'), 'xorg/modules')
|
module_dir = join_paths(get_option('libdir'), 'xorg/modules')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
bulid_wayland = false
|
|
||||||
|
|
||||||
if glamor_option == 'auto'
|
if glamor_option == 'auto'
|
||||||
build_glamor = build_xorg or build_wayland
|
build_glamor = build_xorg or build_xwayland
|
||||||
else
|
else
|
||||||
build_glamor = get_option('glamor') == 'yes'
|
build_glamor = get_option('glamor') == 'yes'
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue