diff --git a/os/meson.build b/os/meson.build index 337306bcd3..4f1099fc95 100644 --- a/os/meson.build +++ b/os/meson.build @@ -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