diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 19:53:04 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 19:53:04 +1100 |
commit | d232fb77eba0dde28f1c66b343168ee5eaa5c09c (patch) | |
tree | dbd6b1e78a2cbe91b3466685f0810271ba03197b /source/vcpkg.json | |
parent | 64df8908642c8d51ad86cf3ec425253502d60bea (diff) |
attempt to fix systemd clang comp
Diffstat (limited to 'source/vcpkg.json')
-rw-r--r-- | source/vcpkg.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/vcpkg.json b/source/vcpkg.json index 6eab46c..f603aab 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -2,8 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ "glew", - { "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "linux" }, - { "name": "sdl2", "platform": "!linux" }, + "sdl2", "libvorbis", "zlib", "freetype", |