summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2022-05-18 22:32:08 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2022-05-18 22:32:08 +0000
commitfdc11d7cdb536365d1dc2a5053a54cc92f08cc21 (patch)
tree17164db7d42c9ab8e552a2c358035aaf8eb3ef5f
parentb90bf350002230593a2dac89dae1f89642883882 (diff)
parent294b562f34c36c0d1df8edb62af0ee63e6adc3cc (diff)
downloadglib-fdc11d7cdb536365d1dc2a5053a54cc92f08cc21.tar.gz
Merge branch 'issue-2653' into 'main'
gio: fix gunixfdlist.h location after move to common gio Closes #2653 See merge request GNOME/glib!2668
-rw-r--r--gio/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/meson.build b/gio/meson.build
index 2d20794e4..55bdaae93 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',