diff --git a/recipes/wip/birdy/recipe.toml b/recipes/wip/birdy/recipe.toml index 5e72cb6f9..4ed855bc9 100644 --- a/recipes/wip/birdy/recipe.toml +++ b/recipes/wip/birdy/recipe.toml @@ -1,5 +1,8 @@ -#TODO Not compiled or tested +#TODO make Wayland work [source] git = "https://github.com/kakoc/birdy" [build] template = "cargo" +dependencies = [ + "libwayland", +] diff --git a/recipes/wip/bita/recipe.toml b/recipes/wip/bita/recipe.toml index c34af8a79..e0c25ebe5 100644 --- a/recipes/wip/bita/recipe.toml +++ b/recipes/wip/bita/recipe.toml @@ -4,5 +4,5 @@ tar = "https://github.com/oll3/bita/archive/refs/tags/v0.11.0.tar.gz" [build] template = "custom" script = """ -cookbook_cargo --features rustls-tls +cookbook_cargo --no-default-features --features rustls-tls """