From 164887b81cac9ed7dffdd9d0d20da240dc9862fb Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 22 Dec 2023 19:33:11 +0000 Subject: [PATCH] update recipes --- recipes/wip/php/recipe.toml | 2 +- recipes/wip/picodrive/recipe.toml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/recipes/wip/php/recipe.toml b/recipes/wip/php/recipe.toml index 5e879021d..b82e6f59b 100644 --- a/recipes/wip/php/recipe.toml +++ b/recipes/wip/php/recipe.toml @@ -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" diff --git a/recipes/wip/picodrive/recipe.toml b/recipes/wip/picodrive/recipe.toml index abd80dbb6..08655459f 100644 --- a/recipes/wip/picodrive/recipe.toml +++ b/recipes/wip/picodrive/recipe.toml @@ -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 +""" -- GitLab