diff --git a/recipes/wip/libvterm/recipe.toml b/recipes/wip/libvterm/recipe.toml index 812086ccb..cf68b3dce 100644 --- a/recipes/wip/libvterm/recipe.toml +++ b/recipes/wip/libvterm/recipe.toml @@ -1,4 +1,4 @@ -#TODO probably wrong template +#TODO missing script for "make" [source] tar = "https://launchpad.net/libvterm/trunk/v0.3/+download/libvterm-0.3.3.tar.gz" [build] diff --git a/recipes/wip/libwebp/recipe.toml b/recipes/wip/libwebp/recipe.toml index aacf2c81c..f53d70b7b 100644 --- a/recipes/wip/libwebp/recipe.toml +++ b/recipes/wip/libwebp/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make libgif work [source] tar = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.2.tar.gz" [build] diff --git a/recipes/wip/libwmf/recipe.toml b/recipes/wip/libwmf/recipe.toml index d90bdfc75..ac4840f28 100644 --- a/recipes/wip/libwmf/recipe.toml +++ b/recipes/wip/libwmf/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO can't recognize the redox target [source] tar = "https://sourceforge.net/projects/wvware/files/libwmf/0.2.8.4/libwmf-0.2.8.4.tar.gz/download" [build] diff --git a/recipes/wip/libwpd/recipe.toml b/recipes/wip/libwpd/recipe.toml index 6b3679bdd..5370ab7da 100644 --- a/recipes/wip/libwpd/recipe.toml +++ b/recipes/wip/libwpd/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make dependencies work [source] tar = "https://sourceforge.net/projects/libwpd/files/libwpd/libwpd-0.10.3/libwpd-0.10.3.tar.xz/download" [build] diff --git a/recipes/wip/libx11/recipe.toml b/recipes/wip/libx11/recipe.toml index 5b4616684..93048090a 100644 --- a/recipes/wip/libx11/recipe.toml +++ b/recipes/wip/libx11/recipe.toml @@ -3,3 +3,6 @@ tar = "https://www.x.org/releases/individual/lib/libX11-1.8.7.tar.xz" [build] template = "configure" +dependencies = [ + "x11proto", +]