From 0a3ce0110624a6858d64d3074a30279da5dfd5fe Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 02:12:52 +0000 Subject: [PATCH] update recipes --- recipes/wip/game-of-life-rs/recipe.toml | 2 +- recipes/wip/gameroy/recipe.toml | 5 ++++- recipes/wip/gdb/recipe.toml | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/wip/game-of-life-rs/recipe.toml b/recipes/wip/game-of-life-rs/recipe.toml index 85d5a1e7..45d14fcb 100644 --- a/recipes/wip/game-of-life-rs/recipe.toml +++ b/recipes/wip/game-of-life-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/kachark/game-of-life-rs" [build] diff --git a/recipes/wip/gameroy/recipe.toml b/recipes/wip/gameroy/recipe.toml index af08446d..be4a1493 100644 --- a/recipes/wip/gameroy/recipe.toml +++ b/recipes/wip/gameroy/recipe.toml @@ -1,9 +1,12 @@ -#TODO Not compiled or tested +#TODO make Wayland work [source] git = "https://github.com/Rodrigodd/gameroy" rev = "78d12b7a74cda37002cd2b964baaa761285925ab" [build] template = "custom" +dependencies = [ + "libwayland", +] script = """ cookbook_cargo_packages gameroy-native """ diff --git a/recipes/wip/gdb/recipe.toml b/recipes/wip/gdb/recipe.toml index 376f98e6..5538f64e 100644 --- a/recipes/wip/gdb/recipe.toml +++ b/recipes/wip/gdb/recipe.toml @@ -5,6 +5,7 @@ tar = "https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz" template = "custom" dependencies = [ "libgmp", + "libmpfr", ] script = """ COOKBOOK_CONFIGURE_FLAGS+=(