summaryrefslogtreecommitdiff
path: root/dev-util/lxqt-build-tools/files/lxqt-build-tools-glib.patch
blob: 439782c456734059524d646b8b0af000c2fc5f91 (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/gdesktopappinfo.h
                   HINTS ${GIO_UNIX_INCLUDEDIR}
                   PATH_SUFFIXES gio-unix-2.0)