Skip to content

Commit 611eea8

Browse files
committed
Update recipes
1 parent 41ccd31 commit 611eea8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

recipes/wip/dev/debug/nnd/recipe.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#TODO not compiled or tested
2-
#TODO use the "dbgo" profile
32
[source]
43
git = "https://github.com/al13n321/nnd"
54
[build]
6-
template = "cargo"
5+
template = "custom"
6+
script = """
7+
cookbook_cargo --profile=dbgo
8+
"""

recipes/wip/wayland/fht-compositor/recipe.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#TODO not compiled or tested
2-
#TODO enable the udev-backend flag once wayland and eudev is working
2+
#TODO enable the "opt" profile once wayland and eudev is working
33
[source]
44
git = "https://github.com/nferhat/fht-compositor"
55
[build]

0 commit comments

Comments
 (0)