mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
17 lines
337 B
TOML
17 lines
337 B
TOML
#TODO compile and test
|
|
# build instructions: https://www.fluidsynth.org/wiki/BuildingWithCMake/
|
|
[source]
|
|
git = "https://github.com/FluidSynth/fluidsynth"
|
|
rev = "v2.5.4"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-Denable-ipv6=off",
|
|
"-Denable-openmp=off",
|
|
]
|
|
dependencies = [
|
|
"pipewire",
|
|
"readline",
|
|
]
|