gnu: sddm: Add QtQuick-related dependencies to sddm.
* gnu/packages/display-managers.scm (sddm): add QtQuick related dependencies to sddm package in order to `sddm-greeter` application to load user defined themes which are based on QtQuick. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
73bddab545
commit
dc37301330
|
@ -75,6 +75,15 @@
|
|||
("linux-pam" ,linux-pam)
|
||||
("qtbase" ,qtbase)
|
||||
("qtdeclarative" ,qtdeclarative)
|
||||
|
||||
;; Some user-defined themes use QtQuick components internally. Adding
|
||||
;; QtQuick & co. here; they end up in QML2_IMPORT_PATH thanks to
|
||||
;; 'wrap-qt-program'.
|
||||
("qtgraphicaleffects" ,qtgraphicaleffects)
|
||||
("qtquickcontrols" ,qtquickcontrols)
|
||||
("qtquickcontrols2" ,qtquickcontrols2)
|
||||
("qtsvg" ,qtsvg)
|
||||
|
||||
("shadow" ,shadow)
|
||||
("wayland" ,wayland)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in New Issue