diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 18:21:12 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 18:21:12 +1100 |
commit | 4f37d900c476df3f31e2382fa5f6038c9f662c8a (patch) | |
tree | ecbd5ddd2729be6ab68e18741a7e18302871bdcd /source | |
parent | 95b8727d0ca1bacde2612510acb1aba1fc5248b3 (diff) |
get rid of SDL2's dbus dependency
Diffstat (limited to 'source')
-rw-r--r-- | source/vcpkg.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/vcpkg.json b/source/vcpkg.json index f603aab..ffa41e7 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -2,7 +2,8 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ "glew", - "sdl2", + { "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa", "ibus"], "platform": "linux" }, + { "name": "sdl2", "platform": "windows" }, "libvorbis", "zlib", "freetype", |