kwin: add pipewire dependency
Required for window thumbnails on wayland Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
This commit is contained in:
parent
e3d17ad155
commit
dc3fa33f47
@ -12,7 +12,7 @@
|
|||||||
kcoreaddons, kcrash, kdeclarative, kdecoration, kglobalaccel, ki18n,
|
kcoreaddons, kcrash, kdeclarative, kdecoration, kglobalaccel, ki18n,
|
||||||
kiconthemes, kidletime, kinit, kio, knewstuff, knotifications, kpackage,
|
kiconthemes, kidletime, kinit, kio, knewstuff, knotifications, kpackage,
|
||||||
kscreenlocker, kservice, kwayland, kwayland-server, kwidgetsaddons, kwindowsystem, kxmlgui,
|
kscreenlocker, kservice, kwayland, kwayland-server, kwidgetsaddons, kwindowsystem, kxmlgui,
|
||||||
plasma-framework, libcap, libdrm, mesa
|
plasma-framework, libcap, libdrm, mesa, pipewire
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# TODO (ttuegel): investigate qmlplugindump failure
|
# TODO (ttuegel): investigate qmlplugindump failure
|
||||||
@ -31,7 +31,7 @@ mkDerivation {
|
|||||||
kcoreaddons kcrash kdeclarative kdecoration kglobalaccel ki18n kiconthemes
|
kcoreaddons kcrash kdeclarative kdecoration kglobalaccel ki18n kiconthemes
|
||||||
kidletime kinit kio knewstuff knotifications kpackage kscreenlocker kservice
|
kidletime kinit kio knewstuff knotifications kpackage kscreenlocker kservice
|
||||||
kwayland kwayland-server kwidgetsaddons kwindowsystem kxmlgui plasma-framework
|
kwayland kwayland-server kwidgetsaddons kwindowsystem kxmlgui plasma-framework
|
||||||
libcap libdrm mesa
|
libcap libdrm mesa pipewire
|
||||||
];
|
];
|
||||||
outputs = [ "dev" "out" ];
|
outputs = [ "dev" "out" ];
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user