diff --git a/recipes/wip/dev/debug/nnd/recipe.toml b/recipes/wip/dev/debug/nnd/recipe.toml index e26a013f8..92f0c70c8 100644 --- a/recipes/wip/dev/debug/nnd/recipe.toml +++ b/recipes/wip/dev/debug/nnd/recipe.toml @@ -1,6 +1,8 @@ #TODO not compiled or tested -#TODO use the "dbgo" profile [source] git = "https://github.com/al13n321/nnd" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo --profile=dbgo +""" diff --git a/recipes/wip/wayland/fht-compositor/recipe.toml b/recipes/wip/wayland/fht-compositor/recipe.toml index e36d88a83..33ada5d7f 100644 --- a/recipes/wip/wayland/fht-compositor/recipe.toml +++ b/recipes/wip/wayland/fht-compositor/recipe.toml @@ -1,5 +1,5 @@ #TODO not compiled or tested -#TODO enable the udev-backend flag once wayland and eudev is working +#TODO enable the "opt" profile once wayland and eudev is working [source] git = "https://github.com/nferhat/fht-compositor" [build]