summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-06-29 09:10:04 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-06-29 09:10:04 +0100
commita405aedde83316ced6d173a678c25ba61c89b303 (patch)
tree48bdde01396c6a588d148b2d372b6a2435cb1baa /meson.build
parent55ccfd476015f8e802f6ce8b8971e729e130ff7d (diff)
meson: check for ppoll() as well
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3779ec508..6fa2df08a 100644
--- a/meson.build
+++ b/meson.build
@@ -162,6 +162,7 @@ check_functions = [
'fseeko',
'ftello',
'poll',
+ 'ppoll',
'pselect',
'getpagesize',
'clock_gettime',