diff options
| author | Albert Astals Cid <[email protected]> | 2019-02-11 18:27:52 +0100 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2019-02-12 09:20:20 +0000 |
| commit | 3882e9ea09ec9062fd3c711ae6caadb69b67c752 (patch) | |
| tree | 827885cd1335baf78e3863da79b8fdbffa476703 /util/cmake/configurejson2cmake.py | |
| parent | 71c9db7da804cc169c7c42c763555d85657a9669 (diff) | |
cmake: Find Cups and enable its plugin
Change-Id: I44bf176587331d86eb147d106f28deb0a6618ab4
Reviewed-by: Simon Hausmann <[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 5a2b95d6991..d24a3d4b5e9 100755 --- a/util/cmake/configurejson2cmake.py +++ b/util/cmake/configurejson2cmake.py @@ -49,6 +49,7 @@ def map_library(lib: str) -> Union[str, LibraryMapping, List[str]]: libmap = { 'atspi': 'ATSPI2', 'corewlan': None, # Framework + 'cups': 'Cups', 'double-conversion': 'WrapDoubleConversion', 'drm': 'Libdrm', 'egl': LibraryMapping(package="OpenGL", resultVariable="OpenGL_EGL"), |
