From 7844fa86d0beacec692d58f7e336e0ae4c6047c9 Mon Sep 17 00:00:00 2001 From: d10sfan <4337981+d10sfan@users.noreply.github.com> Date: Sat, 23 Nov 2024 19:10:36 -0600 Subject: [PATCH] Update vcpkg.json --- engines/woof/vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/woof/vcpkg.json b/engines/woof/vcpkg.json index 69f911d2d..282a871ca 100644 --- a/engines/woof/vcpkg.json +++ b/engines/woof/vcpkg.json @@ -2,6 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ { "name": "fluidsynth", "features": ["pulseaudio"] }, - { "name": "sdl2-mixer", "features": ["fluidsynth"] } + { "name": "sdl2-mixer", "features": ["fluidsynth"] }, + "libebur128" ] }