Skip to content

Commit

Permalink
Update to correct CMake PulseAudio Include
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Schürmann <daschuer@mixxx.org>
  • Loading branch information
illuusio and daschuer authored Nov 6, 2020
1 parent 388fd06 commit f233f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ ELSE()
OPTION(PA_USE_PULSEAUDIO "Disable support for PulseAudio" OFF)
ENDIF()
IF(PA_USE_PULSEAUDIO)
SET(PA_PRIVATE_INCLUDE_PATHS ${PA_PRIVATE_INCLUDE_PATHS} ${PULSEAUDIO_INCLUDE_DIRS})
SET(PA_PRIVATE_INCLUDE_PATHS ${PA_PRIVATE_INCLUDE_PATHS} ${PulseAudio_INCLUDE_DIRS})
SET(PA_PULSEAUDIO_SOURCES src/hostapi/pulseaudio/pa_linux_pulseaudio_block.c
src/hostapi/pulseaudio/pa_linux_pulseaudio.c
src/hostapi/pulseaudio/pa_linux_pulseaudio_cb.c)
Expand Down

0 comments on commit f233f50

Please sign in to comment.