mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2026-02-05 09:40:14 +01:00
Added missing depdendencies to debian quickshell
On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: install-scripts/quickshell.sh
This commit is contained in:
parent
b14bb03c0f
commit
90dc9c7883
@ -75,6 +75,12 @@ DEPS=(
|
|||||||
libqt6svg6-dev
|
libqt6svg6-dev
|
||||||
# Third-party libs used by Quickshell
|
# Third-party libs used by Quickshell
|
||||||
libcli11-dev
|
libcli11-dev
|
||||||
|
# Qt Quick runtime QML modules required at runtime (RectangularShadow, etc.)
|
||||||
|
qml6-module-qtquick-effects
|
||||||
|
qml6-module-qtquick-shapes
|
||||||
|
qml6-module-qtquick-controls
|
||||||
|
qml6-module-qtquick-layouts
|
||||||
|
qml6-module-qt5compat-graphicaleffects
|
||||||
)
|
)
|
||||||
|
|
||||||
printf "\n%s - Installing ${SKY_BLUE}Quickshell build dependencies${RESET}....\n" "${NOTE}"
|
printf "\n%s - Installing ${SKY_BLUE}Quickshell build dependencies${RESET}....\n" "${NOTE}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user