diff --git a/recipes/wip/libx11/recipe.toml b/recipes/wip/libx11/recipe.toml index 93048090..987fae69 100644 --- a/recipes/wip/libx11/recipe.toml +++ b/recipes/wip/libx11/recipe.toml @@ -1,4 +1,4 @@ -#TODO maybe wrong template +#TODO directory error [source] tar = "https://www.x.org/releases/individual/lib/libX11-1.8.7.tar.xz" [build] diff --git a/recipes/wip/libxau/recipe.toml b/recipes/wip/libxau/recipe.toml index f1b2e711..69dba479 100644 --- a/recipes/wip/libxau/recipe.toml +++ b/recipes/wip/libxau/recipe.toml @@ -3,3 +3,6 @@ tar = "https://www.x.org/releases/individual/lib/libXau-1.0.11.tar.xz" [build] template = "configure" +dependencies = [ + "x11proto", +]