meson: use pkg-config method for libudev

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2020-11-17 12:36:15 +01:00
parent 0dbce6efb5
commit a0fbbb6eb8
1 changed files with 1 additions and 0 deletions

View File

@ -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