mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
21 lines
460 B
TOML
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)"
|