I'm trying to compile Xfce Pulse Audio Plugin. 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).
libpulse-mainloop-glib0? It's possible that's the package name but it actually provides that specific library. – Thomas Ward May 09 '18 at 13:26libpulse-devAFAIK (which includes development libraries and headers forlibpulse,libpulse-simpleandlibpulse-mainloop-glib0. See for example File list of package libpulse-dev in bionic of architecture amd64 – steeldriver May 09 '18 at 13:39libxfce4util-1.0. How can I see all what .configure needs and where to get it ? – R S May 09 '18 at 16:58apt-cache search dev | grep libxfce4util– steeldriver May 09 '18 at 17:07