9cf2c67910
Signed-off-by: Thiago Kenji Okada <thiagokokada@gmail.com>
25 lines
638 B
Diff
25 lines
638 B
Diff
From 8dee473920d3a331b73a415b37e7e0b01f014110 Mon Sep 17 00:00:00 2001
|
|
From: Andrew Childs <andrew.childs@bibo.com.ph>
|
|
Date: Tue, 19 Apr 2022 17:22:23 +0900
|
|
Subject: [PATCH 5/8] Include poll-posix.c on darwin
|
|
|
|
---
|
|
src/meson.build | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/meson.build b/src/meson.build
|
|
index e2860811b..5bd68cb12 100644
|
|
--- a/src/meson.build
|
|
+++ b/src/meson.build
|
|
@@ -182,6 +182,7 @@ if host_machine.system() == 'windows'
|
|
else
|
|
libpulsecommon_sources += [
|
|
'pulsecore/mutex-posix.c',
|
|
+ 'pulsecore/poll-posix.c',
|
|
'pulsecore/semaphore-posix.c',
|
|
'pulsecore/thread-posix.c'
|
|
]
|
|
--
|
|
2.35.1
|
|
|