mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
meson: check for ppoll() as well
This commit is contained in:
parent
55ccfd4760
commit
a405aedde8
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ check_functions = [
|
|||
'fseeko',
|
||||
'ftello',
|
||||
'poll',
|
||||
'ppoll',
|
||||
'pselect',
|
||||
'getpagesize',
|
||||
'clock_gettime',
|
||||
|
|
Loading…
Reference in a new issue