blob: e8a162ae1b20c54bae644e156911643afae59fea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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/gunixconnection.h
HINTS ${GIO_UNIX_INCLUDEDIR}
PATH_SUFFIXES gio-unix-2.0)
|