Skip to content

Fix pipewire.h header not being found

KPipeWire doesn't publicly exposes pipewire.h dependency so when you link with KPipeWire the pipewire directory isn't included with compiler.

You can see similar fixes here:

network/krfb!56 (merged)

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