This commit is contained in:
Richard Smith 2024-10-16 19:16:54 +01:00
parent e97135eb8c
commit 9683c579c3
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ pi_task:
- RAYLIB_PLATFORM: "DRM"
setup_script:
- apt update
- apt -y install cmake libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev
- apt -y install cmake libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev libgbm-dev libdrm-dev
build_sdl_script:
- wget https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.30.7.tar.gz
- tar xvfz release-2.30.7.tar.gz

View file

@ -1 +1 @@
__version__ = "5.5.0.0.dev2"
__version__ = "5.5.0.0.dev3"