mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user