CMake: Map fontconfig to Fontconfig::Fontconfig

Change-Id: I2761ef23cffefbee57da6bb1a07d06b2232d1c57
Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
Tobias Hunger 2019-03-28 14:56:33 +01:00
parent f375876d1a
commit 2b5e3590ca

View File

@ -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',