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

@@ -4,6 +4,6 @@ if (${XCB_DAMAGE_FOUND} AND ${XCB_SHM_FOUND} AND ${XCB_IMAGE_FOUND})
add_subdirectory (xcb)
endif()
if (${PipeWire_FOUND})
if (TARGET K::KPipeWire)
add_subdirectory(pipewire)
endif()