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.
This commit is contained in:
Maxime Roussin-Belanger
2024-01-19 23:14:07 -05:00
committed by Alexey Min
parent 4abd4c8b06
commit b3e3042bd8
2 changed files with 6 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ target_link_libraries(krfb_framebuffer_pw
Qt::Gui
Qt::DBus
KF6::CoreAddons
PkgConfig::PipeWire
Plasma::KWaylandClient
Wayland::Client
krfbprivate