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

@@ -1,6 +1,6 @@
add_subdirectory(x11)
# Makes sense to use only when PW framebuffer is used
if (${PipeWire_FOUND})
if (TARGET K::KPipeWire)
add_subdirectory(xdp)
endif()