From cf76426e6521bffb705f2b924889baefe38b37f4 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 22 Dec 2023 02:49:55 +0000 Subject: [PATCH] update recipes --- recipes/wip/libxdmcp/recipe.toml | 2 +- recipes/wip/libxext/recipe.toml | 2 +- recipes/wip/libxfixes/recipe.toml | 8 ++++++-- recipes/wip/libxft/recipe.toml | 4 ++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/recipes/wip/libxdmcp/recipe.toml b/recipes/wip/libxdmcp/recipe.toml index d9db08510..1f82fdb53 100644 --- a/recipes/wip/libxdmcp/recipe.toml +++ b/recipes/wip/libxdmcp/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] tar = "https://www.x.org/releases/individual/lib/libXdmcp-1.1.4.tar.xz" [build] diff --git a/recipes/wip/libxext/recipe.toml b/recipes/wip/libxext/recipe.toml index 25037345d..bccc86cc3 100644 --- a/recipes/wip/libxext/recipe.toml +++ b/recipes/wip/libxext/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO missing dependencies [source] tar = "https://www.x.org/releases/individual/lib/libXext-1.3.5.tar.xz" [build] diff --git a/recipes/wip/libxfixes/recipe.toml b/recipes/wip/libxfixes/recipe.toml index 0796ad9bc..571281645 100644 --- a/recipes/wip/libxfixes/recipe.toml +++ b/recipes/wip/libxfixes/recipe.toml @@ -1,6 +1,10 @@ -#TODO probably missing dependencies -#TODO maybe wrong template +#TODO missing dependencies [source] tar = "https://www.x.org/releases/individual/lib/libXfixes-6.0.1.tar.xz" [build] template = "configure" +dependencies = [ + "x11proto", + "libx11", + "libxext", +] diff --git a/recipes/wip/libxft/recipe.toml b/recipes/wip/libxft/recipe.toml index b6b9b1be2..c6df73b38 100644 --- a/recipes/wip/libxft/recipe.toml +++ b/recipes/wip/libxft/recipe.toml @@ -3,3 +3,7 @@ tar = "https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.xz" [build] template = "configure" +dependencies = [ + "libxrender", + "libx11", +]