summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-03-28 14:56:33 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-03-29 09:32:50 +0000
commit2b5e3590ca1b251f31587c9e837278d50b9fd85f (patch)
tree9976069bef77aa18cec08649a347fd4a7b3a4908 /util/cmake
parentf375876d1ad63b22c2dc8839e42baf7cc4a7d442 (diff)
CMake: Map fontconfig to Fontconfig::Fontconfig
Change-Id: I2761ef23cffefbee57da6bb1a07d06b2232d1c57 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Diffstat (limited to 'util/cmake')
-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 6933c6aedd..7c6d2dc802 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -213,6 +213,7 @@ def substitute_platform(platform: str) -> str:
libray_mapping = {
'drm': 'Libdrm::Libdrm',
'doubleconversion': 'double-conversion',
+ 'fontconfig': 'Fontconfig::Fontconfig',
'freetype': 'Freetype::Freetype',
'gbm': 'gbm::gbm',
'glib': 'GLIB2::GLIB2',