mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:41:17 -07:00
It works by grabbing the QDesktopWidget, which doesn't work in Qt6 since there is no QDesktopWidget. In practice it only really works on xcb anyway, for which we have a dedicated plugin
8 lines
169 B
CMake
8 lines
169 B
CMake
if (${XCB_DAMAGE_FOUND} AND ${XCB_SHM_FOUND} AND ${XCB_IMAGE_FOUND})
|
|
add_subdirectory (xcb)
|
|
endif()
|
|
|
|
if (TARGET K::KPipeWire)
|
|
add_subdirectory(pipewire)
|
|
endif()
|