summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-02-15 17:30:04 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-02-18 08:06:49 +0000
commit5f8e4b7cf05d8acccdf237fcd4c1a59fc29c2aa4 (patch)
treedc3507b9abc12ad1469708a59e41b7c12e6558de /util
parent697f358466cd42286204252cbb0b422515442567 (diff)
cmake: add more mappings to helper.py
Change-Id: Ie5096c1fe74105db84ccd60655a20d389a887b14 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index e2dfbf8a7c..c7749e50a6 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -79,6 +79,7 @@ def map_qt_base_library(lib: str) -> str:
'input_support': 'Qt::InputSupport',
'installer-lib': 'Qt::AppManInstaller',
'kmsconvenience': 'Qt::KmsSupport',
+ 'kms_support': 'Qt::KmsSupport',
'launcher-lib': 'Qt::AppManLauncher',
'lib': 'Qt::Designer',
'linuxaccessibility': 'Qt::LinuxAccessibilitySupport',
@@ -210,8 +211,10 @@ def substitute_platform(platform: str) -> str:
libray_mapping = {
+ 'drm': 'Libdrm::Libdrm',
'doubleconversion': 'double-conversion',
'freetype': 'Freetype::Freetype',
+ 'gbm': 'gbm::gbm',
'glib': 'GLIB2::GLIB2',
'harfbuzz': 'harfbuzz::harfbuzz',
'icu': 'ICU::i18n ICU::uc ICU::data',