fix: add optional_system_deps (hyprland)

hyprland is used via IPC but not a linked dep — optional now.
This commit is contained in:
Breadway 2026-06-11 13:37:49 +08:00
parent 423d00383b
commit c01cb67aa5

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]]