mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
9 lines
227 B
TOML
9 lines
227 B
TOML
#TODO missing script for Meson, see https://github.com/anholt/libepoxy#building
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.10.tar.xz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"mesa",
|
|
]
|