Merge pull request #512 from tophyr/pr/fix-vcpkg

Fix VCPKG builds in GitHub CI
This commit is contained in:
Louis Gombert 2024-08-04 18:13:34 +02:00 committed by GitHub
commit 05e873ade4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ jobs:
run: |
sudo apt update
sudo apt install -y --no-install-recommends \
ninja-build cmake g++
ninja-build cmake g++ curl pkg-config autoconf automake libtool libltdl-dev make python3-jinja2 libx11-dev libxft-dev libxext-dev libwayland-dev libxkbcommon-dev libegl1-mesa-dev libibus-1.0-dev libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev
- name: Install Windows dependencies
if: ${{ matrix.os.runner == 'windows-latest' }}

View File

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