PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits: 07a9fcef by Igor V. Kovalenko at 2022-07-18T14:03:45+00:00 build-sys: meson: Move qpaeq to daemon build Equalizer control requires server modules only available when daemon is built. Move qpaeq script to be installed together with daemon. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/734> - - - - - 1 changed file: - src/utils/meson.build Changes: ===================================== src/utils/meson.build ===================================== @@ -72,6 +72,10 @@ if get_option('daemon') c_args : pa_c_args, ) endif + + if dbus_dep.found() and fftw_dep.found() + install_data('qpaeq', install_dir : bindir) + endif endif if get_option('client') @@ -117,9 +121,5 @@ if get_option('client') ) endif - if dbus_dep.found() and fftw_dep.found() - install_data('qpaeq', install_dir : bindir) - endif - install_data('pa-info', install_dir : bindir) endif View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/07a9fcefbab049d66cb174ca2c9b91fecc444c5b -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/07a9fcefbab049d66cb174ca2c9b91fecc444c5b You're receiving this email because of your account on gitlab.freedesktop.org.
