Skip to content

Commit

Permalink
Add pulseaudio feature package manager notice
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Apr 28, 2023
1 parent 8a968a1 commit 9d689f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ports/fluidsynth/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
if("pulseaudio" IN_LIST FEATURES)
message(
"${PORT} with pulseaudio feature currently requires the following from the system package manager:
libpulse-dev pulseaudio
These can be installed on Ubuntu systems via sudo apt install libpulse-dev pulseaudio"
)
endif()

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO FluidSynth/fluidsynth
Expand Down

0 comments on commit 9d689f7

Please sign in to comment.