fix: add missing libpulse dep, add optional_system_deps

libpulse (pactl) was missing — breadbar shells pactl 3x for volume.
Optional: hyprland (workspace display, not a linked dep).
This commit is contained in:
Breadway 2026-06-11 13:37:40 +08:00
parent 2b47f796d2
commit 9d2a4c9b54

View file

@ -1,7 +1,8 @@
name = "breadbar" name = "breadbar"
description = "Minimal status bar and notification daemon for Hyprland" description = "Minimal status bar and notification daemon for Hyprland"
binaries = ["breadbar"] binaries = ["breadbar"]
system_deps = ["gtk4", "gtk4-layer-shell", "iw"] system_deps = ["gtk4", "gtk4-layer-shell", "iw", "libpulse"]
optional_system_deps = ["hyprland"]
bread_deps = [] bread_deps = []
[config] [config]