diff --git a/recipes/wip/libxft/recipe.toml b/recipes/wip/libxft/recipe.toml
index c6df73b38bfb3d7882c4b7cbe380e069f54cea9b..f775c0dfb2c0b624d1af50aac52172fb67ddcd90 100644
--- a/recipes/wip/libxft/recipe.toml
+++ b/recipes/wip/libxft/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO missing xorg-macros package
 [source]
 tar = "https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.xz"
 [build]
diff --git a/recipes/wip/libxi/recipe.toml b/recipes/wip/libxi/recipe.toml
index fe2284b1741cde00fad46ddb62f403b8b515495c..7cabbec2a00e5a4d9b8255ce51e7c09c537a03bd 100644
--- a/recipes/wip/libxi/recipe.toml
+++ b/recipes/wip/libxi/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO missing dependencies
 [source]
 tar = "https://www.x.org/releases/individual/lib/libXi-1.8.1.tar.xz"
 [build]
diff --git a/recipes/wip/libxinerama/recipe.toml b/recipes/wip/libxinerama/recipe.toml
index 923d20a92d303512c24b4e61ef783b3ceda4578b..36533eb846045f32402ab81aa290ff37295b417b 100644
--- a/recipes/wip/libxinerama/recipe.toml
+++ b/recipes/wip/libxinerama/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO missing xorg-macros package
 [source]
 tar = "https://www.x.org/releases/individual/lib/libXinerama-1.1.5.tar.xz"
 [build]
diff --git a/recipes/wip/libxkbfile/recipe.toml b/recipes/wip/libxkbfile/recipe.toml
index 56126d7a57a9a9d493bfab8b5bc5a9453ac23827..9a9d31242835bf638f4b45eb509cda95b6f6843e 100644
--- a/recipes/wip/libxkbfile/recipe.toml
+++ b/recipes/wip/libxkbfile/recipe.toml
@@ -1,5 +1,8 @@
-#TODO maybe wrong template
+#TODO missing kbproto package
 [source]
 tar = "https://www.x.org/releases/individual/lib/libxkbfile-1.1.2.tar.xz"
 [build]
 template = "configure"
+dependencies =[
+    "libx11",
+]
diff --git a/recipes/wip/libxmu/recipe.toml b/recipes/wip/libxmu/recipe.toml
index e2dfad118cec9b523540f8dc5b7621199cfb0452..129a978e1481011b1330da449dd90b6960c5862c 100644
--- a/recipes/wip/libxmu/recipe.toml
+++ b/recipes/wip/libxmu/recipe.toml
@@ -1,5 +1,9 @@
-#TODO Not compiled or tested
+#TODO missing dependencies
 [source]
 tar = "https://www.x.org/releases/individual/lib/libXmu-1.1.4.tar.xz"
 [build]
 template = "configure"
+dependencies = [
+    "libx11",
+    "libxext",
+]
diff --git a/recipes/wip/libxpm/recipe.toml b/recipes/wip/libxpm/recipe.toml
index 158af0983125f68e0ec8eda6f155c41e05879400..bb4f847b6ae1f7486305ae1d41487d0464f577d9 100644
--- a/recipes/wip/libxpm/recipe.toml
+++ b/recipes/wip/libxpm/recipe.toml
@@ -3,3 +3,7 @@
 tar = "https://www.x.org/releases/individual/lib/libXpm-3.5.17.tar.xz"
 [build]
 template = "configure"
+dependencies = [
+    "libx11",
+    "x11proto",
+]