[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/7] meson: use pkg-config method for libudev
From: |
Paolo Bonzini |
Subject: |
[PATCH 5/7] meson: use pkg-config method for libudev |
Date: |
Wed, 16 Dec 2020 17:20:04 +0100 |
Do not bother asking CMake, this is a pkg-config dependency.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/meson.build b/meson.build
index ab622ae8bd..0b36fb38f1 100644
--- a/meson.build
+++ b/meson.build
@@ -399,6 +399,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
--
2.29.2
- [PATCH 7/7] meson: cleanup Kconfig.host handling, (continued)
- [PATCH 7/7] meson: cleanup Kconfig.host handling, Paolo Bonzini, 2020/12/16
- [PATCH 0/7] First round of meson bugfixes and cleanups for 6.0, Paolo Bonzini, 2020/12/16
- [PATCH 1/7] Makefile: add dummy target for build.ninja dependencies, Paolo Bonzini, 2020/12/16
- [PATCH 7/7] meson: cleanup Kconfig.host handling, Paolo Bonzini, 2020/12/16
- [PATCH 2/7] meson: update submodule to 0.56.0, Paolo Bonzini, 2020/12/16
- [PATCH 3/7] meson: switch minimum meson version to 0.56.0, Paolo Bonzini, 2020/12/16
- [PATCH 4/7] meson: fix detection of curses with pkgconfig, Paolo Bonzini, 2020/12/16
- [PATCH 5/7] meson: use pkg-config method for libudev,
Paolo Bonzini <=
- [PATCH 6/7] meson: use dependency to gate block modules, Paolo Bonzini, 2020/12/16