You are not logged in.
I'm trying to compile Xfce Pulse Audio Plugin: https://bluesabre.org/2017/10/01/develo … gin-0-3-1/
But have problem with ./configure:
checking for libpulse-mainloop-glib >= 0.9.19... not found
*** The required package libpulse-mainloop-glib was not found on your system.
*** Please install libpulse-mainloop-glib (atleast version 0.9.19) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
I can't find libpulse-mainloop-glib, I only can find libpulse-mainloop-glib0 (with 0 at the end).
Last edited by u9009 (2018-05-09 13:25:30)
Offline
Which distro? On Arch its located in the libpulse package. On Ubuntu, its in the libpulse-dev package.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks.
Now I know what I needed to use:
apt-cache search dev | grep libxfce4util
Last edited by u9009 (2018-05-09 17:18:25)
Offline
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 523.23 KiB (Peak: 530.94 KiB) ]