redox/recipes/wip/emulators/game-console/picodrive/recipe.toml
2025-11-17 06:07:10 -03:00

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",
]