GLib-related improvements

Now all error messages produced by tools should be in the right
encoding, even if the system isn't in UTF-8.
This commit is contained in:
2021-10-06 16:09:35 +02:00
parent 3c87b95c31
commit 03f2123447
5 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ set (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
find_package (ZLIB REQUIRED)
find_package (Ncursesw REQUIRED)
find_package (PkgConfig REQUIRED)
pkg_check_modules (dependencies REQUIRED glib-2.0 gio-2.0 pango)
pkg_check_modules (dependencies REQUIRED glib-2.0>=2.38 gio-2.0 pango)
pkg_check_modules (icu icu-uc icu-i18n)
if (NOT icu_FOUND)