diff --git a/recipes/groups/x11-full/recipe.toml b/recipes/groups/x11-full/recipe.toml new file mode 100644 index 00000000..e58d3c01 --- /dev/null +++ b/recipes/groups/x11-full/recipe.toml @@ -0,0 +1,9 @@ +[package] +dependencies = [ + "x11-minimal", + "twm", + "xev", + "xeyes", + "xkbutils", + "xterm", +] diff --git a/recipes/groups/x11-minimal/recipe.toml b/recipes/groups/x11-minimal/recipe.toml new file mode 100644 index 00000000..2e441221 --- /dev/null +++ b/recipes/groups/x11-minimal/recipe.toml @@ -0,0 +1,8 @@ +[package] +dependencies = [ + "xinit", + "xkbcomp", + "xkeyboard-config", + "xserver-xorg", + "xserver-xorg-video-dummy", +]