From 6d16f5fe6432c4cb10cfc3a611117dc8ab9998cf Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 16 Dec 2023 00:16:06 +0000 Subject: [PATCH] Update recipes --- recipes/wip/birdy/recipe.toml | 5 ++++- recipes/wip/bita/recipe.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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 """ -- GitLab