From: Paolo Bonzini Date: Tue, 17 Nov 2020 11:36:15 +0000 (+0100) Subject: meson: use pkg-config method for libudev X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a0fbbb6eb8b52b88e1756814dc661edd747ec481;p=qemu.git meson: use pkg-config method for libudev Reviewed-by: Marc-André Lureau Signed-off-by: Paolo Bonzini --- diff --git a/meson.build b/meson.build index 022272f4cf..0e70fe7a89 100644 --- a/meson.build +++ b/meson.build @@ -403,6 +403,7 @@ endif libudev = not_found if targetos == 'linux' and (have_system or have_tools) libudev = dependency('libudev', + method: 'pkg-config', required: get_option('libudev'), static: enable_static) endif