mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
12 lines
274 B
TOML
12 lines
274 B
TOML
[source]
|
|
tar = "https://archive.mesa3d.org/glu/glu-9.0.1.tar.xz"
|
|
blake3 = "461543526cd681bc8fa91a1ece9519188c64ce7ad130a71213bdd0867e0884c9"
|
|
|
|
[build]
|
|
dependencies = ["mesa"]
|
|
template = "custom"
|
|
script = """
|
|
COOKBOOK_CONFIGURE_FLAGS+=(--enable-osmesa)
|
|
cookbook_configure
|
|
"""
|