From 611eea8daf37f1cb85577b327de223ae81c7ada0 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 27 May 2025 08:11:25 -0300 Subject: [PATCH] Update recipes --- recipes/wip/dev/debug/nnd/recipe.toml | 6 ++++-- recipes/wip/wayland/fht-compositor/recipe.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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]