summaryrefslogtreecommitdiffstats
path: root/util/cmake/configurejson2cmake.py
diff options
context:
space:
mode:
authorTobias Hunger <[email protected]>2019-01-29 12:53:24 +0100
committerTobias Hunger <[email protected]>2019-01-31 13:56:55 +0000
commit1218d8a9f0bcacf4dee3795c3172c9ce05b8baa8 (patch)
treee346fc55eea9f4e2ac82864beea4104a858b633e /util/cmake/configurejson2cmake.py
parent06e8dd31e90ad76bacde9e6ea0492df202c736ea (diff)
CMake: Use FindGLIB2 from cmake-extra-modules
Use FindGLIB2 from cmake-extra-modules over hand-rolled own version. Change-Id: I1f8e055bc12dd728c033fd88480690643d90159a Reviewed-by: Frederik Gladhorn <[email protected]>
Diffstat (limited to 'util/cmake/configurejson2cmake.py')
-rwxr-xr-xutil/cmake/configurejson2cmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py
index 0a30e74d6f7..312f0cc54d1 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -55,7 +55,7 @@ def map_library(lib: str) -> Union[str, LibraryMapping, List[str]]:
'fontconfig': LibraryMapping(package='Fontconfig', resultVariable="FONTCONFIG"),
'freetype': 'Freetype',
'gbm': 'gbm',
- 'glib': 'GLib',
+ 'glib': 'GLIB2',
'gnu_iconv': None,
'harfbuzz': 'harfbuzz',
'host_dbus': None,