Whoops, somehow the mailing list wasn't on CC. Here is our conversation:
On Wed, Sep 24, 2014 at 8:35 AM, Lode Leroy wrote:
> thanks for your quick (!) response.
> is there no other way than github pull-ing? I hate to have to maintain
> a clone of your repository just to submit a few trivial pat
@Lode,
Thank you for this contribution.
We generally accept patches in the form of GitHub pull now. Would you
please submit a pull request and then we can test and discuss the patch
there? If you are not familiar, fork the project through the web
interface, use git to clone your fork to your PC
please consider this patch to fix a message when not finding libpulse
diff --git a/cmake/modules/FindPulseAudio.cmake
b/cmake/modules/FindPulseAudio.cmake
index 8ea2616..97f2f53 100644
--- a/cmake/modules/FindPulseAudio.cmake
+++ b/cmake/modules/FindPulseAudio.cmake
@@ -50,7 +50,7 @@ IF (PULSEAUDI