mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
meson: link libintl if it's not provided by libc
This fixes the build on musl with external gettext
This commit is contained in:
parent
d72a3a5eca
commit
bff163089c
12 changed files with 22 additions and 14 deletions
|
|
@ -284,7 +284,7 @@ foreach m : all_modules
|
|||
install : true,
|
||||
install_rpath : rpath_dirs,
|
||||
install_dir : modlibexecdir,
|
||||
dependencies : [thread_dep, libpulse_dep, libpulsecommon_dep, libpulsecore_dep] + extra_deps,
|
||||
dependencies : [thread_dep, libpulse_dep, libpulsecommon_dep, libpulsecore_dep, libintl_dep] + extra_deps,
|
||||
link_args : [nodelete_link_args, '-Wl,--no-undefined' ],
|
||||
link_with : extra_libs,
|
||||
name_prefix : '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue