diff --git a/recipes/wip/birdy/recipe.toml b/recipes/wip/birdy/recipe.toml
index 5e72cb6f98230d393e165299aa42e8815cca7961..4ed855bc9f71e188789277ca750dba9d2e56e65e 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 c34af8a797805465a1627c70a532fab58fb2e25d..e0c25ebe55303c5238a30895e9f498c2ef808826 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
 """