mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
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:
committed by
Alexey Min
parent
4abd4c8b06
commit
b3e3042bd8
@@ -45,6 +45,7 @@ target_link_libraries(krfb_framebuffer_pw
|
||||
Qt::Gui
|
||||
Qt::DBus
|
||||
KF6::CoreAddons
|
||||
PkgConfig::PipeWire
|
||||
Plasma::KWaylandClient
|
||||
Wayland::Client
|
||||
krfbprivate
|
||||
|
||||
Reference in New Issue
Block a user