1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-01 07:24:29 +00:00

Remove module from KPipeWire includes

This doesn't work in KF6
This commit is contained in:
Nicolas Fella 2024-01-08 01:02:22 +01:00
parent 08dbfaced4
commit 39c83720bf

View File

@ -33,8 +33,8 @@
#include "xdp_dbus_remotedesktop_interface.h"
#include "krfb_fb_pipewire_debug.h"
#include "screencasting.h"
#include <KPipeWire/PipeWireSourceStream>
#include <KPipeWire/DmaBufHandler>
#include <PipeWireSourceStream>
#include <DmaBufHandler>
static const int BYTES_PER_PIXEL = 4;
static const uint MIN_SUPPORTED_XDP_KDE_SC_VERSION = 1;