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). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8097330bf4
commit
250d6dd5d3
1 changed files with 2 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue