Skip to content

Commit

Permalink
Add lilv, lv2, and portaudio back to vcpkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd committed Jun 13, 2024
1 parent 2a43e2e commit 6a5be18
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,25 @@
"default-features": false,
"platform": "linux"
},
{
"name": "lilv",
"default-features": false,
"platform": "!linux"
},
{
"name": "lv2",
"default-features": false,
"platform": "!linux"
},
{
"name": "mp3lame",
"default-features": false
},
{
"name": "portaudio",
"default-features": false,
"platform": "!linux"
},
{
"name": "pulseaudio",
"default-features": false,
Expand Down

0 comments on commit 6a5be18

Please sign in to comment.