summaryrefslogtreecommitdiffstats
path: root/util/cmake/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake/helper.py')
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index b50289e97d..6933c6aedd 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -223,6 +223,7 @@ libray_mapping = {
'libpng' : 'PNG::PNG',
'libproxy': 'LibProxy::LibProxy',
'librt': 'WrapRt',
+ 'libudev': 'PkgConfig::Libudev',
'pcre2': 'PCRE2',
'sqlite': 'SQLite3',
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',