mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 20:18:51 +08:00
17 lines
393 B
TOML
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",
|
|
#]
|