diff options
| author | Albert Astals Cid <[email protected]> | 2019-02-11 15:47:04 +0100 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2019-02-11 17:16:17 +0000 |
| commit | f18db41f8586e60460649b4032cc8b6c01700441 (patch) | |
| tree | f4fab3d90a502407dc7847d4298e44aff4b13ca0 /util/cmake/configurejson2cmake.py | |
| parent | 93564b3f8be7506dbd9941ebc4fbdbf575f4beb4 (diff) | |
cmake: Find tslib and build the tslib plugin if found
Change-Id: I7119ddf473a3ede29bbfef23cffb08a4fcbd5681
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'util/cmake/configurejson2cmake.py')
| -rwxr-xr-x | util/cmake/configurejson2cmake.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py index 770f7588a3e..c26a90d4f59 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', |
