kwayland: Add missing wayland-protocols dependency

When building kwayland, CMake complains that WaylandProtocols could not
be found. Addiing wayland-protocols satisfies this requirement.

Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
This commit is contained in:
Rob Woolley
2024-05-07 07:45:54 -07:00
committed by Andreas Müller
parent 643f0ef420
commit c38fbea1de

View File

@@ -15,6 +15,7 @@ DEPENDS += " \
qtwayland-native \
qtwayland \
plasma-wayland-protocols \
wayland-protocols \
"
PV = "${KF5_VERSION}"