mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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>
This commit is contained in:
parent
9a10eccea3
commit
a144c25176
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ check_headers = [
|
||||||
'regex.h',
|
'regex.h',
|
||||||
'sched.h',
|
'sched.h',
|
||||||
'sys/capability.h',
|
'sys/capability.h',
|
||||||
|
'sys/eventfd.h',
|
||||||
'sys/ioctl.h',
|
'sys/ioctl.h',
|
||||||
'sys/mman.h',
|
'sys/mman.h',
|
||||||
'sys/prctl.h',
|
'sys/prctl.h',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue