summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 42e978bb71..d5e0dd006e 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -232,7 +232,8 @@ libray_mapping = {
'mtdev': 'PkgConfig::Mtdev',
'pcre2': 'PCRE2',
'psql': 'PostgreSQL::PostgreSQL',
- 'sqlite': 'SQLite3',
+ 'sqlite': 'SQLite::SQLite3',
+ 'SQLite3': 'SQLite::SQLite3',
'tslib': 'PkgConfig::Tslib',
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',
'xcb_icccm': 'XCB::ICCCM',