redox/recipes/wip/libs/gnome/libepoxy/recipe.toml
2026-06-11 17:18:53 +07:00

18 lines
376 B
TOML

[source]
tar = "https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.10.tar.xz"
blake3 = "0ccee9635115fe417cfc4bc33ffd160bf1e2852bd6c03816b4af771d59462f53"
patches = ["redox.patch"]
[build]
template = "meson"
dev-dependencies = [
"libx11",
"mesa",
]
mesonflags = [
"-Degl=yes",
# we're forcing x11 backend via EGL
"-Dx11=true",
"-Dtests=false",
]