Add brightnessctl and foot optional dependencies

This commit is contained in:
2025-08-06 13:41:11 +03:00
parent 750803998c
commit 982f085a6a
3 changed files with 2 additions and 219 deletions
-1
View File
@@ -29,7 +29,6 @@ package() {
DESTDIR="$BPM_OUTPUT" ninja install
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/sway/LICENSE
install -Dm644 "$BPM_WORKDIR"/config "$BPM_OUTPUT"/etc/sway/config
install -Dm644 "$BPM_WORKDIR"/50-systemd-user.conf "$BPM_OUTPUT"/etc/sway/config.d/50-systemd-user.conf
install -Dm644 "$BPM_WORKDIR"/sway-portals.conf "$BPM_OUTPUT"/usr/share/xdg-desktop-portal/sway-portals.conf
}