yakuake: add missing kwayland dependency

The optional dependeny kwayland was missing, CMake complained about it.
It might be helpful once a Wayland Plasma5 session becomes reality.
See also: https://github.com/NixOS/nixpkgs/pull/100057
This commit is contained in:
Elias Probst 2020-12-26 23:36:05 +01:00
parent d26e8bdd9e
commit a9a3018c1c
No known key found for this signature in database
GPG key ID: 82C512826511BADB

View file

@ -1,7 +1,7 @@
{
mkDerivation, lib, kdoctools, extra-cmake-modules,
karchive, kcrash, kdbusaddons, ki18n, kiconthemes, knewstuff, knotifications,
knotifyconfig, konsole, kparts, kwindowsystem, qtx11extras
knotifyconfig, konsole, kparts, kwayland, kwindowsystem, qtx11extras
}:
mkDerivation {
@ -9,7 +9,7 @@ mkDerivation {
buildInputs = [
karchive kcrash kdbusaddons ki18n kiconthemes knewstuff knotifications
knotifyconfig kparts kwindowsystem qtx11extras
knotifyconfig kparts kwayland kwindowsystem qtx11extras
];
propagatedBuildInputs = [