1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

pipewire: Drop dependencies that remained after the port to KPipeWire

This commit is contained in:
Aleix Pol
2023-04-20 16:12:00 +02:00
parent 4b1d314d6c
commit 9c7f354f72
7 changed files with 5 additions and 88 deletions

View File

@@ -48,18 +48,10 @@ target_link_libraries(krfb_framebuffer_pw
KF5::WaylandClient
Wayland::Client
krfbprivate
PkgConfig::PipeWire
K::KPipeWire
K::KPipeWireDmaBuf
)
if (HAVE_DMA_BUF)
target_link_libraries(krfb_framebuffer_pw
${epoxy_LIBRARIES}
gbm::gbm
)
endif()
set_target_properties(krfb_framebuffer_pw PROPERTIES OUTPUT_NAME pw)
install (TARGETS krfb_framebuffer_pw
DESTINATION ${KDE_INSTALL_PLUGINDIR}/krfb/framebuffer