summaryrefslogtreecommitdiff
path: root/gio/meson.build
diff options
context:
space:
mode:
authorOle André Vadla Ravnås <oleavr@gmail.com>2021-01-19 22:14:41 +0100
committerOle André Vadla Ravnås <oleavr@gmail.com>2021-02-02 11:11:53 +0100
commitd7ee70c013bab13bf093eacbcd35e27bd0779511 (patch)
treeec8e98e0a53b9f3d123af955d0f9480625cc8428 /gio/meson.build
parent4dc7603b3e8d7358a243fac486c5eaf9a3327e9e (diff)
downloadglib-d7ee70c013bab13bf093eacbcd35e27bd0779511.tar.gz
gunix: Fix {Input,Output}Stream pollable detection
For devices such as PTYs, where not being able to cancel a pending read operation is problematic for many applications. Fixes: #1180
Diffstat (limited to 'gio/meson.build')
-rw-r--r--gio/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/meson.build b/gio/meson.build
index 8e039b68c..935e8c250 100644
--- a/gio/meson.build
+++ b/gio/meson.build
@@ -361,6 +361,7 @@ gdbus_daemon_sources = [
if host_system != 'windows'
unix_sources = files(
'gfiledescriptorbased.c',
+ 'giounix-private.c',
'gunixconnection.c',
'gunixcredentialsmessage.c',
'gunixfdlist.c',