redox/recipes/wip/picodrive/recipe.toml
2023-12-22 19:33:11 +00:00

14 lines
253 B
TOML

#TODO configuration problem
#TODO discover the dependencies
[source]
git = "https://github.com/notaz/picodrive"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--platform=generic
--sound-drivers=sdl
)
cookbook_configure
"""