diff --git a/libsdl3.yaml b/libsdl3.yaml index fbe1cc2c464..84cb916b0ab 100644 --- a/libsdl3.yaml +++ b/libsdl3.yaml @@ -1,6 +1,6 @@ package: name: libsdl3 - version: "3.2.30" + version: "3.4.0" epoch: 0 description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. copyright: @@ -26,6 +26,7 @@ environment: - libxkbcommon-dev - libxrandr-dev - libxss-dev + - libxtst-dev - mesa-dev - mesa-gbm - pulseaudio-dev @@ -38,7 +39,7 @@ pipeline: with: repository: https://github.com/libsdl-org/SDL tag: release-${{package.version}} - expected-commit: f5e5f6588921eed3d7d048ce43d9eb1ff0da0ffc + expected-commit: a962f40bbba175e9716557a25d5d7965f134a3d3 - uses: cmake/configure