mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
build-sys: meson: Add some missing checks
- Header and function checks from configure.ac (some libc, some libpthread, dladdr from libdl) - Find iconv and check constness
This commit is contained in:
parent
91fb54dab1
commit
493e7f3582
6 changed files with 65 additions and 8 deletions
|
|
@ -127,7 +127,7 @@ norun_tests = [
|
|||
[ 'remix-test', 'remix-test.c',
|
||||
[ libpulse_dep, libpulsecommon_dep, libpulsecore_dep ] ],
|
||||
[ 'rtstutter', 'rtstutter.c',
|
||||
[ libpulse_dep, libpulsecommon_dep, libpulsecore_dep ] ],
|
||||
[ thread_dep, libpulse_dep, libpulsecommon_dep, libpulsecore_dep ] ],
|
||||
[ 'sig2str-test', 'sig2str-test.c',
|
||||
[ check_dep, libpulse_dep, libpulsecommon_dep, libpulsecore_dep ] ],
|
||||
[ 'stripnul', 'stripnul.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue