fix: remove non-existent rocm-runtime dep, add optional_system_deps
rocm-runtime is not a real Arch package name. ORT links ONNX Runtime statically and falls back to CPU — ROCm should not block install. Required: gtk4, gtk4-layer-shell only. Optional: rocm-hip-runtime (GPU inference), ollama (AI fallback), hyprland.
This commit is contained in:
parent
8dbeacb46d
commit
d7d8828477
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
name = "breadpad"
|
||||
description = "Quick-capture scratchpad and note viewer with AI classification"
|
||||
binaries = ["breadpad", "breadman"]
|
||||
system_deps = ["gtk4", "gtk4-layer-shell", "rocm-runtime"]
|
||||
system_deps = ["gtk4", "gtk4-layer-shell"]
|
||||
optional_system_deps = ["rocm-hip-runtime", "ollama", "hyprland"]
|
||||
bread_deps = []
|
||||
|
||||
[config]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue