diff --git a/recipes/wip/graphics/blender-lts/recipe.toml b/recipes/wip/graphics/blender-lts/recipe.toml
index 02a84dcf6c985cf6089afaa248a69c61f0905911..ded92edcf7dd0da20519633262828fd95b56c416 100644
--- a/recipes/wip/graphics/blender-lts/recipe.toml
+++ b/recipes/wip/graphics/blender-lts/recipe.toml
@@ -1,5 +1,6 @@
 #TODO probably wrong script, see https://wiki.blender.org/wiki/Building_Blender/Linux/Generic_Distro
 #TODO probably missing dependencies
+#TODO port to Orbital
 #TODO customization - https://wiki.blender.org/wiki/Building_Blender/Options
 [source]
 tar = "https://download.blender.org/source/blender-3.6.5.tar.xz"
@@ -21,8 +22,6 @@ dependencies = [
     "libxml2",
     "libharu",
     "mesa",
-    "libx11",
-    "libwayland",
     "libxkbcommon",
 ]
 script = """
diff --git a/recipes/wip/graphics/blender/recipe.toml b/recipes/wip/graphics/blender/recipe.toml
index c2384c2e3747b1c2e454fa1bc21e4d5dbf7e7015..bb9e7d8a9b412e2b71f4d1016c670782b7c2f0ab 100644
--- a/recipes/wip/graphics/blender/recipe.toml
+++ b/recipes/wip/graphics/blender/recipe.toml
@@ -1,8 +1,9 @@
 #TODO probably wrong script, see https://wiki.blender.org/wiki/Building_Blender/Linux/Generic_Distro
 #TODO probably missing dependencies
+#TODO port to Orbital
 #TODO customization - https://wiki.blender.org/wiki/Building_Blender/Options
 [source]
-tar = "https://download.blender.org/source/blender-4.0.0.tar.xz"
+tar = "https://download.blender.org/source/blender-4.1.0.tar.xz"
 [build]
 template = "custom"
 dependencies = [
@@ -21,8 +22,6 @@ dependencies = [
     "libxml2",
     "libharu",
     "mesa",
-    "libx11",
-    "libwayland",
     "libxkbcommon",
 ]
 script = """
diff --git a/recipes/wip/libs/libxkbcommon/recipe.toml b/recipes/wip/libs/libxkbcommon/recipe.toml
index 6791d28bb58ea6f75c6428b9c5fea4cbe4a920f2..20b8eb02ff01fc8b0d275569f61d6c9065599b80 100644
--- a/recipes/wip/libs/libxkbcommon/recipe.toml
+++ b/recipes/wip/libs/libxkbcommon/recipe.toml
@@ -1,4 +1,5 @@
 #TODO missing script for Meson, see https://github.com/xkbcommon/libxkbcommon#building
+#TODO port to Orbital
 [source]
 tar = "https://xkbcommon.org/download/libxkbcommon-1.5.0.tar.xz"
 [build]