From 04340325c331a7a5ec711444c374918c41170c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 21 Jul 2017 11:15:15 +0200 Subject: [PATCH] CMakeLists.txt : we are looking for libpulse.pc not pulseaudio.pc --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a146aaf7..96dbf47a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -219,7 +219,7 @@ IF(APPLE) ENDIF() FIND_HELPER(PORTAUDIO portaudio-2.0 portaudio.h portaudio) FIND_HELPER(PORTMIDI portmidi portmidi.h portmidi) -FIND_HELPER(PULSEAUDIO pulseaudio pulse/pulseaudio.h pulse) +FIND_HELPER(PULSEAUDIO libpulse pulse/pulseaudio.h pulse) FIND_HELPER(LASH lash-1.0 lash/lash.h lash) FIND_HELPER(LRDF lrdf lrdf.h lrdf)