diff --git a/recipes/wip/libs/cairomm-1.16+/recipe.toml b/recipes/wip/libs/cairomm-1.16+/recipe.toml index ede1e97c..860a4c04 100644 --- a/recipes/wip/libs/cairomm-1.16+/recipe.toml +++ b/recipes/wip/libs/cairomm-1.16+/recipe.toml @@ -2,7 +2,11 @@ [source] tar = "https://www.cairographics.org/releases/cairomm-1.18.0.tar.xz" [build] -template = "configure" +template = "custom" dependencies = [ "cairo", ] +script = """ +./autogen.sh +cookbook_configure +""" diff --git a/recipes/wip/tools/humphrey/recipe.toml b/recipes/wip/tools/humphrey/recipe.toml index 05a08b66..a0943689 100644 --- a/recipes/wip/tools/humphrey/recipe.toml +++ b/recipes/wip/tools/humphrey/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO Bash can't detect the "--all-features" flag on the script [source] git = "https://github.com/w-henderson/Humphrey" [build]