fix: add optional_system_deps (hyprland)

hyprland is used via IPC but not a linked dep — optional now.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Breadway 2026-06-11 13:37:49 +08:00
parent d2549e56dd
commit d566127627

View file

@ -2,6 +2,7 @@ name = "breadbox"
description = "App launcher for Hyprland / Wayland" description = "App launcher for Hyprland / Wayland"
binaries = ["breadbox", "breadbox-sync"] binaries = ["breadbox", "breadbox-sync"]
system_deps = ["gtk4", "gtk4-layer-shell", "librsvg"] system_deps = ["gtk4", "gtk4-layer-shell", "librsvg"]
optional_system_deps = ["hyprland"]
bread_deps = [] bread_deps = []
[[service]] [[service]]