[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: meson: Add libm dep to raop module
Arun Raghavan
gitlab at gitlab.freedesktop.org
Tue Oct 20 19:21:55 UTC 2020
Arun Raghavan pushed to branch master at PulseAudio / pulseaudio
Commits:
40bb058a by Arun Raghavan at 2020-10-20T14:37:10-04:00
build-sys: meson: Add libm dep to raop module
This is required for using pow().
- - - - -
1 changed file:
- src/modules/raop/meson.build
Changes:
=====================================
src/modules/raop/meson.build
=====================================
@@ -23,7 +23,7 @@ libraop = shared_library('raop',
c_args : [pa_c_args, server_c_args],
link_args : [nodelete_link_args],
include_directories : [configinc, topinc],
- dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep, librtp_dep, openssl_dep, libintl_dep],
+ dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep, librtp_dep, libm_dep, openssl_dep, libintl_dep],
install : true,
install_rpath : rpath_dirs,
install_dir : modlibexecdir,
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/40bb058a31bcdb9a1e44586a560aaf90aecafc74
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/40bb058a31bcdb9a1e44586a560aaf90aecafc74
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20201020/06ce9652/attachment-0001.htm>
More information about the pulseaudio-commits
mailing list