meson: Fix typo in libxserver_os dependencies for openbsd

This has not been tested, but os_deps is not used anywhere in the file,
so it's likely this was a typo.

Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
Povilas Kanapickas 2021-04-05 16:24:45 +03:00
parent 689496ed65
commit 9582ef4efc
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ if get_option('xres')
# Only the XRes extension cares about the client ID.
os_c_args += '-DCLIENTIDS'
if host_machine.system() == 'openbsd'
os_deps += cc.find_library('kvm')
os_dep += cc.find_library('kvm')
endif
endif