diff --git a/recipes/wip/graphics/reve/recipe.toml b/recipes/wip/graphics/reve/recipe.toml
index 229ff7ea4be22411b59d9ea692c5ef48900213ad..4bf45de0608be68147e5d4168ebb9a3b8c2fbdb2 100644
--- a/recipes/wip/graphics/reve/recipe.toml
+++ b/recipes/wip/graphics/reve/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO clearscreen crate error (after cargo update)
 [source]
 git = "https://github.com/ONdraid/reve"
 [build]
diff --git a/recipes/wip/graphics/rscale2x/recipe.toml b/recipes/wip/graphics/rscale2x/recipe.toml
index 8463be9a67f95303e9483038d8bd438ea715adcb..769df6d50536d690ec556e70a4aee194c3615d56 100644
--- a/recipes/wip/graphics/rscale2x/recipe.toml
+++ b/recipes/wip/graphics/rscale2x/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/ahmetmutlugun/rscale2x"
 [build]
diff --git a/recipes/wip/graphics/upscaler-rs/recipe.toml b/recipes/wip/graphics/upscaler-rs/recipe.toml
index 4a717342506d3fc769e5a53325a0fa3d19bee1b7..ecb4e7aa543f63970b9d261dbe997bd2e13d886f 100644
--- a/recipes/wip/graphics/upscaler-rs/recipe.toml
+++ b/recipes/wip/graphics/upscaler-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/DhruvDh/upscaler"
 [build]
diff --git a/recipes/wip/graphics/watch-stl/recipe.toml b/recipes/wip/graphics/watch-stl/recipe.toml
index e957bb2525fdc5be567ae00acee05d35741e9762..d68c738e419f247b402a1deb9662e163632bfe94 100644
--- a/recipes/wip/graphics/watch-stl/recipe.toml
+++ b/recipes/wip/graphics/watch-stl/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO update the winit version
 [source]
 git = "https://github.com/bddap/watch-stl-rust"
 [build]
diff --git a/recipes/wip/libs/libzimg/recipe.toml b/recipes/wip/libs/libzimg/recipe.toml
index 32841a0bdcfca716b191f713c9ec701abd28b818..cdb86d5d1d0c918a955eb34aff60aa9f59ad7394 100644
--- a/recipes/wip/libs/libzimg/recipe.toml
+++ b/recipes/wip/libs/libzimg/recipe.toml
@@ -1,10 +1,6 @@
-#TODO Not compiled or tested
+#TODO missing script
 [source]
 git = "https://github.com/sekrit-twc/zimg"
 rev = "e5b0de6bebbcbc66732ed5afaafef6b2c7dfef87"
 [build]
 template = "custom"
-script = """
-./autogen.sh
-cookbook_configure
-"""
diff --git a/recipes/wip/math/kalc/recipe.toml b/recipes/wip/math/kalc/recipe.toml
index 499b4fe8a6b195bd580ec0ee4d5019460ada3b1c..42a791af66d391ab3b8f4e12f933f7aa87db2fdf 100644
--- a/recipes/wip/math/kalc/recipe.toml
+++ b/recipes/wip/math/kalc/recipe.toml
@@ -3,3 +3,8 @@
 git = "https://github.com/bgkillas/kalc"
 [build]
 template = "cargo"
+dependencies = [
+    "libgmp",
+    "libmpfr",
+    "libmpc",
+]