[glib: 1/2] gio: fix gunixfdlist.h location after move to common gio




commit 294b562f34c36c0d1df8edb62af0ee63e6adc3cc
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Wed May 18 18:18:53 2022 +0200

    gio: fix gunixfdlist.h location after move to common gio
    
    Fixes commit 5efb84f24a83ba ("gio: add GUnixFDList on win32")
    
    Fixes: https://gitlab.gnome.org/GNOME/glib/-/issues/2653
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 gio/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/meson.build b/gio/meson.build
index 2d20794e46..55bdaae936 100644
--- a/gio/meson.build
+++ b/gio/meson.build
@@ -381,7 +381,6 @@ if host_system != 'windows'
   gio_unix_include_headers = files(
     'gfiledescriptorbased.h',
     'gunixmounts.h',
-    'gunixfdlist.h',
     'gunixfdmessage.h',
     'gunixinputstream.h',
     'gunixoutputstream.h',
@@ -715,6 +714,7 @@ gio_headers = files(
   'gdtlsserverconnection.h',
   'gunixconnection.h',
   'gunixcredentialsmessage.h',
+  'gunixfdlist.h',
   'gunixsocketaddress.h',
   'gvfs.h',
   'gvolume.h',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]