Skip to content

Commit

Permalink
kwayland: Add missing wayland-protocols dependency
Browse files Browse the repository at this point in the history
When building kwayland, CMake complains that WaylandProtocols could not
be found. Addiing wayland-protocols satisfies this requirement.

Signed-off-by: Rob Woolley <[email protected]>
  • Loading branch information
robwoolley authored and schnitzeltony committed May 18, 2024
1 parent 643f0ef commit c38fbea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-kde/kf5/tier1/kwayland/kwayland.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ DEPENDS += " \
qtwayland-native \
qtwayland \
plasma-wayland-protocols \
wayland-protocols \
"

PV = "${KF5_VERSION}"
Expand Down

0 comments on commit c38fbea

Please sign in to comment.