redox/recipes/wip/tools/mangohud/recipe.toml
2025-10-14 11:09:28 -03:00

16 lines
417 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/flightlessmango/MangoHud#installation---build-from-source
[source]
tar = "https://github.com/flightlessmango/MangoHud/releases/download/v0.8.1/MangoHud-v0.8.1-Source.tar.xz"
[build]
template = "meson"
mesonflags = [
"-Dwith_xnvctrl=disabled",
"-Dwith_dbus=disabled",
]
dependencies = [
"mesa-x11",
"libx11",
#"libxkbcommon",
]