Skip to content

Fix pipewire.h include not found

Without linking directly on PkgConfig::PipeWire, the header isn't found. It isn't found because KPipeWire doesn't expose that dependency publicly.

Plasma-workspace uses the same code: https://invent.kde.org/plasma/plasma-workspace/-/blob/master/CMakeLists.txt?ref_type=heads#L186 https://invent.kde.org/plasma/plasma-workspace/-/blob/master/libtaskmanager/declarative/CMakeLists.txt#L37

Merge request reports