diff -Nur a/cmake/find-modules/FindGLIB.cmake b/cmake/find-modules/FindGLIB.cmake --- a/cmake/find-modules/FindGLIB.cmake 2022-04-16 01:48:16.000000000 +0100 +++ b/cmake/find-modules/FindGLIB.cmake 2022-10-17 16:24:48.430663006 +0100 @@ -101,7 +101,7 @@ elseif (${_component} STREQUAL "gio-unix") pkg_check_modules(GIO_UNIX gio-unix-2.0) find_path(GLIB_GIO_UNIX_INCLUDE_DIR - NAMES gio/gunixfdlist.h + NAMES gio/gdesktopappinfo.h HINTS ${GIO_UNIX_INCLUDEDIR} PATH_SUFFIXES gio-unix-2.0)