diff --git a/recipes/wip/libxau/recipe.toml b/recipes/wip/libxau/recipe.toml index 69dba479..45f5fdca 100644 --- a/recipes/wip/libxau/recipe.toml +++ b/recipes/wip/libxau/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/libXau-1.0.11.tar.xz" [build] diff --git a/recipes/wip/libxaw/recipe.toml b/recipes/wip/libxaw/recipe.toml index a635b4ea..507f16fb 100644 --- a/recipes/wip/libxaw/recipe.toml +++ b/recipes/wip/libxaw/recipe.toml @@ -1,5 +1,11 @@ -#TODO Not compiled or tested +#TODO make dependencies work [source] tar = "https://www.x.org/releases/individual/lib/libXaw-1.0.15.tar.xz" [build] template = "configure" +dependencies = [ + "libx11", + "x11proto", + "libxext", + "libxmu", +] \ No newline at end of file diff --git a/recipes/wip/libxcb/recipe.toml b/recipes/wip/libxcb/recipe.toml index 6223c0cf..1d210db6 100644 --- a/recipes/wip/libxcb/recipe.toml +++ b/recipes/wip/libxcb/recipe.toml @@ -1,5 +1,4 @@ -#TODO probably missing dependencies -#TODO maybe wrong template +#TODO missing xcb-proto package [source] tar = "https://www.x.org/releases/individual/xcb/libxcb-1.16.tar.xz" [build] diff --git a/recipes/wip/libxcomposite/recipe.toml b/recipes/wip/libxcomposite/recipe.toml index 5e09343d..ff65809d 100644 --- a/recipes/wip/libxcomposite/recipe.toml +++ b/recipes/wip/libxcomposite/recipe.toml @@ -1,5 +1,9 @@ -#TODO Not compiled or tested +#TODO make dependencies work [source] tar = "https://www.x.org/releases/individual/lib/libXcomposite-0.4.6.tar.xz" [build] template = "configure" +dependencies = [ + "libx11", + "x11proto", +] diff --git a/recipes/wip/libxcursor/recipe.toml b/recipes/wip/libxcursor/recipe.toml index a2565763..882f1fad 100644 --- a/recipes/wip/libxcursor/recipe.toml +++ b/recipes/wip/libxcursor/recipe.toml @@ -1,5 +1,10 @@ -#TODO Not compiled or tested +#TODO make dependencies work [source] tar = "https://www.x.org/releases/individual/lib/libXcursor-1.2.1.tar.xz" [build] template = "configure" +dependencies = [ + "libx11", + "libxfixes", + "libxrender", +] diff --git a/recipes/wip/libxdamage/recipe.toml b/recipes/wip/libxdamage/recipe.toml index 81d83698..bf3281b4 100644 --- a/recipes/wip/libxdamage/recipe.toml +++ b/recipes/wip/libxdamage/recipe.toml @@ -1,5 +1,10 @@ -#TODO Not compiled or tested +#TODO missing dependencies [source] tar = "https://www.x.org/releases/individual/lib/libXdamage-1.1.6.tar.xz" [build] template = "configure" +dependencies = [ + "libxfixes", + "libx11", + "x11proto", +] diff --git a/recipes/wip/libxdmcp/recipe.toml b/recipes/wip/libxdmcp/recipe.toml index 12234485..d9db0851 100644 --- a/recipes/wip/libxdmcp/recipe.toml +++ b/recipes/wip/libxdmcp/recipe.toml @@ -3,3 +3,6 @@ tar = "https://www.x.org/releases/individual/lib/libXdmcp-1.1.4.tar.xz" [build] template = "configure" +dependencies = [ + "x11proto", +]