Build SDL2 with alsa for VCPKG

This commit is contained in:
Louis Gombert 2024-08-04 18:46:22 +02:00 committed by Chris Sarbora
parent f93f86e7dd
commit 4c4cd9cfc6
No known key found for this signature in database

View File

@ -6,7 +6,7 @@
{
"name": "sdl2",
"version>=": "2.30.3",
"features": ["x11","wayland"],
"features": ["x11","wayland", "alsa"],
"platform": "linux"
},
{