diff --git a/recipes/wip/chocolate-doom/recipe.toml b/recipes/wip/chocolate-doom/recipe.toml index d718a3924..3dd25cc55 100644 --- a/recipes/wip/chocolate-doom/recipe.toml +++ b/recipes/wip/chocolate-doom/recipe.toml @@ -5,6 +5,6 @@ tar = "https://www.chocolate-doom.org/downloads/3.0.1/chocolate-doom-3.0.1.tar.g template = "configure" dependencies = [ "sdl2", - "sdl2_mixer", - "sdl2_net", + "sdl2-mixer", + "sdl2-net", ] diff --git a/recipes/wip/criner/recipe.toml b/recipes/wip/criner/recipe.toml index 9a7f599d9..2226020fa 100644 --- a/recipes/wip/criner/recipe.toml +++ b/recipes/wip/criner/recipe.toml @@ -1,4 +1,5 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) +#TODO missing script to properly move th binary [source] git = "https://github.com/the-lean-crate/criner" [build] diff --git a/recipes/wip/crispy-doom/recipe.toml b/recipes/wip/crispy-doom/recipe.toml index 7b2b321ea..dac4ac510 100644 --- a/recipes/wip/crispy-doom/recipe.toml +++ b/recipes/wip/crispy-doom/recipe.toml @@ -6,6 +6,6 @@ rev = "593f5b97023ed39b7640073160c06895bbfc3d26" template = "configure" dependencies = [ "sdl2", - "sdl2_mixer", - "sdl2_net", + "sdl2-mixer", + "sdl2-net", ] diff --git a/recipes/wip/crosstool-ng/recipe.toml b/recipes/wip/crosstool-ng/recipe.toml index 3c760dd51..6dc7a3759 100644 --- a/recipes/wip/crosstool-ng/recipe.toml +++ b/recipes/wip/crosstool-ng/recipe.toml @@ -3,3 +3,6 @@ tar = "http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.26.0.tar.xz" [build] template = "configure" +dependencies = [ + "libtool", +]