summaryrefslogtreecommitdiffstats
path: root/util/cmake/helper.py
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-03-28 14:47:53 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-03-29 09:32:34 +0000
commitf375876d1ad63b22c2dc8839e42baf7cc4a7d442 (patch)
tree45944cf2571bc6a9e7cf7b8ca7bd97e101bbfae0 /util/cmake/helper.py
parenta697df786d44b5a9b6fa1de74c807fd8142c4791 (diff)
CMake: Map libudev to PkgConfig::Libudev
Change-Id: Iac5d0fbf336f0c3905a3dca20524f90432227cf4 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
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}',