summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-02-11 15:47:04 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-02-11 17:16:17 +0000
commitf18db41f8586e60460649b4032cc8b6c01700441 (patch)
treef4fab3d90a502407dc7847d4298e44aff4b13ca0 /util
parent93564b3f8be7506dbd9941ebc4fbdbf575f4beb4 (diff)
cmake: Find tslib and build the tslib plugin if found
Change-Id: I7119ddf473a3ede29bbfef23cffb08a4fcbd5681 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'util')
-rwxr-xr-xutil/cmake/configurejson2cmake.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py
index 770f7588a3..c26a90d4f5 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -78,6 +78,7 @@ def map_library(lib: str) -> Union[str, LibraryMapping, List[str]]:
'pps': 'PPS',
'slog2': 'Slog2',
'sun_iconv': None,
+ 'tslib': 'Tslib',
'udev': 'Libudev',
'vulkan': 'Vulkan',
'wayland_server': 'Wayland',