commit | a0fbbb6eb8b52b88e1756814dc661edd747ec481 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Nov 17 12:36:15 2020 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat Jan 02 21:03:36 2021 +0100 |
tree | 93dff10161d70e827a1ff11a56409aca5b3c8546 | |
parent | 0dbce6efb5ff2e7113734d3a0cabbf87fc56feec [diff] [blame] |
meson: use pkg-config method for libudev Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/meson.build b/meson.build index 022272f..0e70fe7 100644 --- a/meson.build +++ b/meson.build
@@ -403,6 +403,7 @@ 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