summaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'overlays')
-rw-r--r--overlays/quickshell/pipewire.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/overlays/quickshell/pipewire.patch b/overlays/quickshell/pipewire.patch
index 2d98eefc..b94a2691 100644
--- a/overlays/quickshell/pipewire.patch
+++ b/overlays/quickshell/pipewire.patch
@@ -10,12 +10,14 @@ index 616e7d0..0c55008 100644
10 10
11 #include <pipewire/device.h> 11 #include <pipewire/device.h>
12 #include <qcontainerfwd.h> 12 #include <qcontainerfwd.h>
13@@ -19,6 +20,8 @@ 13@@ -19,6 +20,10 @@
14 #include <spa/pod/pod.h> 14 #include <spa/pod/pod.h>
15 #include <spa/pod/vararg.h> 15 #include <spa/pod/vararg.h>
16 #include <spa/utils/type.h> 16 #include <spa/utils/type.h>
17+#include <spa/monitor/device.h> 17+#include <spa/monitor/device.h>
18+#include <spa/utils/keys.h> 18+#include <spa/utils/keys.h>
19+#include <spa/pod/parser.h>
20+#include <spa/pod/iter.h>
19 21
20 #include "../../core/logcat.hpp" 22 #include "../../core/logcat.hpp"
21 #include "core.hpp" 23 #include "core.hpp"