diff --git a/recipes/wip/tools/atuin/recipe.toml b/recipes/wip/tools/atuin/recipe.toml
index 02e3054c7b05b235d0f2e5e5873df749ce763a1f..a55fc5cd903619420a3e4c937829fd5f09cf9ed7 100644
--- a/recipes/wip/tools/atuin/recipe.toml
+++ b/recipes/wip/tools/atuin/recipe.toml
@@ -1,4 +1,4 @@
-#TODO require Wayland
+#TODO port to orbital
 [source]
 git = "https://github.com/ellie/atuin"
 [build]
diff --git a/recipes/wip/tools/espanso/recipe.toml b/recipes/wip/tools/espanso/recipe.toml
index 354025c43637cdefd42d60cb38aae7170c8c3f9b..826c6c5358488e45d87f5c88df937ea3219f825e 100644
--- a/recipes/wip/tools/espanso/recipe.toml
+++ b/recipes/wip/tools/espanso/recipe.toml
@@ -1,4 +1,5 @@
 #TODO missing script for building, see https://espanso.org/docs/install/linux/#wayland-compile
+#TODO port to orbital?
 [source]
 git = "https://github.com/espanso/espanso"
 [build]
diff --git a/recipes/wip/tools/kodi/recipe.toml b/recipes/wip/tools/kodi/recipe.toml
index 413e7f5d9b28d5bbc9301189c9944b5e194a8fd1..7066e3f678fc71c190c198b82093c02196cb7e20 100644
--- a/recipes/wip/tools/kodi/recipe.toml
+++ b/recipes/wip/tools/kodi/recipe.toml
@@ -1,4 +1,5 @@
 #TODO probably wrong script, see https://github.com/xbmc/xbmc/blob/master/docs/README.Linux.md#4-build-kodi
+#TODO port to orbital
 #TODO maybe missing dependencies, see https://archlinux.org/packages/extra/x86_64/kodi/
 [source]
 git = "https://github.com/xbmc/xbmc"
diff --git a/recipes/wip/tools/obs-studio/recipe.toml b/recipes/wip/tools/obs-studio/recipe.toml
index fa6c036276fa761cfadf373a39ec4d7a1262702e..accac1680bbf4fb87e51eb5d9f660836976179a2 100644
--- a/recipes/wip/tools/obs-studio/recipe.toml
+++ b/recipes/wip/tools/obs-studio/recipe.toml
@@ -1,4 +1,5 @@
 #TODO missing script for CMake, see https://github.com/obsproject/obs-studio/wiki/Building-OBS-Studio
+#TODO make all dependencies work
 #TODO maybe missing dependencies
 [source]
 git = "https://github.com/obsproject/obs-studio"
@@ -19,11 +20,9 @@ dependencies = [
     "x264",
     "curl",
     "mbedtls",
-    "libwayland",
     "libva",
     "qt5-base",
     "qt5-svg",
-    "qt5-x11extras",
     "eudev",
     "pciutils",
     "libqrcodegenc",
diff --git a/recipes/wip/tools/sued/recipe.toml b/recipes/wip/tools/sued/recipe.toml
index 08c2168e2aba8afed253e079c7d083f1f62cba63..a399dac787b63ef4a781fb0a7b24255f051eda57 100644
--- a/recipes/wip/tools/sued/recipe.toml
+++ b/recipes/wip/tools/sued/recipe.toml
@@ -1,4 +1,4 @@
-#TODO wayland-commons crate error
+#TODO port to orbital
 [source]
 git = "https://github.com/That1M8Head/sued"
 [build]
diff --git a/recipes/wip/tools/wezterm/recipe.toml b/recipes/wip/tools/wezterm/recipe.toml
index 28f972a1644e796225faf3ade2c6f2f67588b89e..80a7c0dbc6617e08f4709eefe269fcec7ccf0cae 100644
--- a/recipes/wip/tools/wezterm/recipe.toml
+++ b/recipes/wip/tools/wezterm/recipe.toml
@@ -1,9 +1,15 @@
-#TODO probably wrong script, see https://wezfurlong.org/wezterm/install/source.html
-#TODO Require Wayland
+#TODO port to orbital
+#TODO maybe missing dependencies, see https://github.com/wez/wezterm/blob/main/get-deps#L142
 [source]
 git = "https://github.com/wez/wezterm"
 [build]
 template = "custom"
+dependencies = [
+    "mesa",
+    "fontconfig",
+    "openssl1",
+    "libxkbcommon",
+]
 script = """
 ./get-deps
 cookbook_cargo_packages wezterm
diff --git a/recipes/wip/tui/russ/recipe.toml b/recipes/wip/tui/russ/recipe.toml
index d8c50bc52b10aaa797d1d1b0effa85878c072b09..5852326f633770eda9a66b8a41923cf8906860cd 100644
--- a/recipes/wip/tui/russ/recipe.toml
+++ b/recipes/wip/tui/russ/recipe.toml
@@ -1,4 +1,4 @@
-#TODO require Wayland (after cargo update)
+#TODO port to orbital (after cargo update)
 [source]
 git = "https://github.com/ckampfe/russ"
 [build]
diff --git a/recipes/wip/web/chromium/recipe.toml b/recipes/wip/web/chromium/recipe.toml
index ee11fea87e750cd8e3b2fa478ecfd3090314cf31..6ff67c336c336aa49dae0f633f56ae7eabec09e6 100644
--- a/recipes/wip/web/chromium/recipe.toml
+++ b/recipes/wip/web/chromium/recipe.toml
@@ -1,6 +1,6 @@
 #TODO missing script for building, see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/build_instructions.md
+#TODO port to orbital
 #TODO probably missing dependencies
-#TODO require Wayland
 [source]
 tar = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-119.0.6045.123.tar.xz"
 [build]
diff --git a/recipes/wip/web/firefox-esr/recipe.toml b/recipes/wip/web/firefox-esr/recipe.toml
index b98e29fdb2acad6d3ad8c9a4982e63561d64262b..6443e17ade875cfe7e812eadc138f16fa14f9ab5 100644
--- a/recipes/wip/web/firefox-esr/recipe.toml
+++ b/recipes/wip/web/firefox-esr/recipe.toml
@@ -1,4 +1,5 @@
 #TODO probably wrong template, see https://firefox-source-docs.mozilla.org/setup/linux_build.html#build
+#TODO make all dependencies work
 [source]
 tar = "https://ftp.mozilla.org/pub/firefox/releases/115.4.0esr/linux-x86_64/en-US/firefox-115.4.0esr.tar.bz2"
 [build]