1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-05 09:28:35 +00:00
krfb/framebuffers/CMakeLists.txt

8 lines
169 B
CMake
Raw Normal View History

if (${XCB_DAMAGE_FOUND} AND ${XCB_SHM_FOUND} AND ${XCB_IMAGE_FOUND})
add_subdirectory (xcb)
endif()
if (TARGET K::KPipeWire)
add_subdirectory(pipewire)
endif()