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.
_______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits