redox/recipes/wip/services/qpwgraph/recipe.toml
2026-01-26 01:34:56 -03:00

17 lines
393 B
TOML

#TODO not compiled or tested
#TODO determine minimum dependencies from cmake log
# build instructions: https://gitlab.freedesktop.org/rncbc/qpwgraph#building
[source]
git = "https://gitlab.freedesktop.org/rncbc/qpwgraph"
rev = "v0.9.8"
[build]
template = "cmake"
cmakeflags = [
"-DCONFIG_ALSA_MIDI=0",
"-DCONFIG_SYSTEM_TRAY=0",
]
#dependencies = [
# "qt6-base",
# "pipewire",
#]