Skip to content

Add missing find_dependency for epoxy

Vlad Zahorodnii requested to merge work/cherry-pick-c3d3d83b into Plasma/6.0

This is required by the KWin target, but was missing a find_dependency call. If any downstream project tried to link to the KWin::kwin target, it would fail because epoxy couldn't be found.

(cherry picked from commit c3d3d83b)

Merge request reports