redox/recipes/wip/libs/other/freeglut/recipe.toml
2026-06-14 15:43:04 +07:00

21 lines
460 B
TOML

#TODO wayland only
[source]
tar = "https://github.com/freeglut/freeglut/releases/download/v3.4.0/freeglut-3.4.0.tar.gz"
blake3 = "e11ef6f8710c995ca200c0213a5fee2c8710d5cfd1284ec442c9c734dd3f98fb"
[build]
dependencies = [
"mesa",
"mesa-glu",
"libwayland",
"libxkbcommon",
]
template = "cmake"
cmakeflags = [
"-DFREEGLUT_WAYLAND=1",
"-DFREEGLUT_GLES=1",
"-DFREEGLUT_BUILD_DEMOS=1"
]
[package]
description = "FreeGLUT (wayland only)"