aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-10-31 12:32:39 +0700
committerArun Raghavan <arun@arunraghavan.net>2019-06-08 10:32:14 +0200
commita144c251762ef77d2cc05cd7365556b68fbc4c09 (patch)
tree5318d6612064d9155f7ed1d9a4477fac7e6a29ae
parent9a10eccea3dd0bbf82aa154f204c8438d66b55ad (diff)
downloadpulseaudio-a144c251762ef77d2cc05cd7365556b68fbc4c09.tar.gz
meson: Add a check for sys/eventfd.h header
This test is present in the configure.ac, it was forgotten in meson.build. Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4228cee5..4b85d61f 100644
--- a/meson.build
+++ b/meson.build
@@ -130,6 +130,7 @@ check_headers = [
'regex.h',
'sched.h',
'sys/capability.h',
+ 'sys/eventfd.h',
'sys/ioctl.h',
'sys/mman.h',
'sys/prctl.h',