Skip to content

Commit

Permalink
Merge pull request #1637 from dpogue/al-pipewire
Browse files Browse the repository at this point in the history
Enable pipewire backend for OpenAL on Linux
  • Loading branch information
dpogue authored Nov 27, 2024
2 parents ac7ecff + 2a9e0a8 commit 7866ed2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@
"libvorbis",
"libvpx",
"libwebm",
"openal-soft",
{
"name": "openal-soft",
"features": [
{
"name": "pipewire",
"platform": "linux"
}
]
},
"openssl",
"opus",
"physx",
Expand Down

0 comments on commit 7866ed2

Please sign in to comment.