mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
update recipes
This commit is contained in:
parent
ef3ce95fb5
commit
164887b81c
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO can't detect libiconv
|
||||
# in case of problems, read https://www.php.net/manual/en/install.unix.php
|
||||
[source]
|
||||
tar = "https://www.php.net/distributions/php-8.3.0.tar.xz"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
#TODO configuration problem
|
||||
#TODO discover the dependencies
|
||||
[source]
|
||||
git = "https://github.com/notaz/picodrive"
|
||||
[build]
|
||||
template = "configure"
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
--platform=generic
|
||||
--sound-drivers=sdl
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user