mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
12 lines
294 B
TOML
12 lines
294 B
TOML
#TODO not compiled or tested
|
|
#TODO discover the minimum dependencies from autotools log
|
|
[source]
|
|
git = "https://github.com/notaz/picodrive"
|
|
rev = "26ecb2b6358fefba24e3d68b9eb2efba7f10d5ee"
|
|
[build]
|
|
template = "configure"
|
|
configureflags = [
|
|
"--platform=generic",
|
|
"--sound-drivers=sdl",
|
|
]
|