diff options
| author | Mårten Nordheim <[email protected]> | 2019-10-03 10:56:32 +0200 | 
|---|---|---|
| committer | Mårten Nordheim <[email protected]> | 2019-10-03 10:45:58 +0000 | 
| commit | c718213548019d0c48c80b538ca878e6bfe7aaa4 (patch) | |
| tree | bd07e11b8c577765ef86d615a70e2ee86e80d51b /util/cmake/helper.py | |
| parent | 1b0710a39380c7f75bba2d777e137f247fcbd5b7 (diff) | |
Make SDL2 library-mapping use a wrapper
Since at least one system provides config files without an included
target.
Change-Id: If1f336aab4cec9704412349d7951849ee8c3dabb
Reviewed-by: Liang Qi <[email protected]>
Reviewed-by: Simon Hausmann <[email protected]>
Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'util/cmake/helper.py')
| -rw-r--r-- | util/cmake/helper.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py index 4ababe3117c..4c6b811133e 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -506,7 +506,7 @@ _library_map = [      LibraryMapping("tiff", "TIFF", "TIFF::TIFF"),      LibraryMapping("webp", "WrapWebP", "WrapWebP::WrapWebP"),      LibraryMapping("jasper", "WrapJasper", "WrapJasper::WrapJasper"), -    LibraryMapping("sdl2", "SDL2", "SDL2::SDL2"), +    LibraryMapping("sdl2", "WrapSDL2", "WrapSDL2::WrapSDL2"),  ]  | 
