Move ddcutil to optdepends due to stability issues

This commit is contained in:
lysec 2025-10-22 15:15:57 +02:00
parent a755803479
commit e6d3e245f5
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ pkgbase = noctalia-shell
depends = inter-font
depends = gpu-screen-recorder
depends = brightnessctl
depends = ddcutil
optdepends = ddcutil: For external display brightness control
optdepends = cliphist: For clipboard history support
optdepends = matugen-bin: Material You color scheme generation
optdepends = cava: Audio visualizer component

View file

@ -15,7 +15,6 @@ depends=(
'inter-font'
'gpu-screen-recorder'
'brightnessctl'
'ddcutil'
)
optdepends=(
@ -23,6 +22,7 @@ optdepends=(
'matugen-bin: Material You color scheme generation'
'cava: Audio visualizer component'
'wlsunset: For supporting NightLight'
'ddcutil: For external display brightess control'
)
conflicts=('noctalia-shell-git')