mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 10:38:46 +08:00
16 lines
417 B
TOML
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",
|
|
]
|