mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Add some missing header/function checks to meson build
This commit is contained in:
parent
f38485dc1a
commit
dc966c6e46
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ cdata.set_quoted('DESKTOPFILEDIR', join_paths(datadir, 'applications'))
|
||||||
check_headers = [
|
check_headers = [
|
||||||
'arpa/inet.h',
|
'arpa/inet.h',
|
||||||
'cpuid.h',
|
'cpuid.h',
|
||||||
|
'execinfo.h',
|
||||||
'grp.h',
|
'grp.h',
|
||||||
'langinfo.h',
|
'langinfo.h',
|
||||||
'locale.h',
|
'locale.h',
|
||||||
|
|
@ -78,6 +79,7 @@ check_headers = [
|
||||||
'sys/select.h',
|
'sys/select.h',
|
||||||
'sys/socket.h',
|
'sys/socket.h',
|
||||||
'sys/un.h',
|
'sys/un.h',
|
||||||
|
'sys/wait.h',
|
||||||
'valgrind/memcheck.h',
|
'valgrind/memcheck.h',
|
||||||
'xlocale.h',
|
'xlocale.h',
|
||||||
]
|
]
|
||||||
|
|
@ -104,6 +106,8 @@ check_functions = [
|
||||||
'fork',
|
'fork',
|
||||||
'fstat',
|
'fstat',
|
||||||
'getaddrinfo',
|
'getaddrinfo',
|
||||||
|
'getgrgid_r',
|
||||||
|
'getpwnam_r',
|
||||||
'gettimeofday',
|
'gettimeofday',
|
||||||
'getuid',
|
'getuid',
|
||||||
'lstat',
|
'lstat',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue