CMake: Map psql to PostgreSQL::PostgreSQL

Change-Id: I8332d2120e8b629c8722b5c9a95b47950b327d4c
Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
Tobias Hunger 2019-03-29 12:16:05 +01:00
parent 828f2965e7
commit 61ec3d0b6e

View File

@ -229,6 +229,7 @@ libray_mapping = {
'libudev': 'PkgConfig::Libudev',
'mtdev': 'PkgConfig::Mtdev',
'pcre2': 'PCRE2',
'psql': 'PostgreSQL::PostgreSQL',
'sqlite': 'SQLite3',
'tslib': 'PkgConfig::Tslib',
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',