fixed u8g2 checkout for desktop (hopefully)

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-04-18 15:05:47 +02:00
parent e5e602d1fc
commit a56435c49d

View File

@@ -40,7 +40,7 @@ endfunction()
include_dependency(SDL3 https://github.com/libsdl-org/SDL release-3.2.8) include_dependency(SDL3 https://github.com/libsdl-org/SDL release-3.2.8)
include_dependency(SDL_image https://github.com/libsdl-org/SDL_image release-3.2.4) include_dependency(SDL_image https://github.com/libsdl-org/SDL_image release-3.2.4)
include_dependency(SDL_ttf https://github.com/libsdl-org/SDL_ttf release-3.2.0) include_dependency(SDL_ttf https://github.com/libsdl-org/SDL_ttf release-3.2.0)
include_dependency(u8g2 https://github.com/olikraus/u8g2 82efd57) include_dependency(u8g2 https://github.com/olikraus/u8g2 master)
add_subdirectory(components) add_subdirectory(components)