update recipes

This commit is contained in:
Ribbon 2023-12-22 19:33:11 +00:00
parent ef3ce95fb5
commit 164887b81c
2 changed files with 10 additions and 2 deletions

View File

@ -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"

View File

@ -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
"""