Skip to content

Commit

Permalink
scummvm - Switch to vcpkg (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan authored Aug 2, 2023
1 parent 841d704 commit 6d245a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion engines/scummvm/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export STEAM_APP_ID_LIST="255940 284050 1044340 1367160 1368340 6310 355170 2559
export LICENSE_PATH="./source/COPYING"
export ADDITIONAL_LICENSES="./source/COPYING ./source/COPYRIGHT"
export COMMON_PACKAGE="1"
export LIBRARIES="fluidsynth mad xorriso"
export LIBRARIES="xorriso"
7 changes: 7 additions & 0 deletions engines/scummvm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
{ "name": "fluidsynth", "features": ["pulseaudio"] },
"libmad"
]
}

0 comments on commit 6d245a3

Please sign in to comment.