mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 15:24:18 +08:00
14 lines
253 B
TOML
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
|
|
"""
|