aboutsummaryrefslogtreecommitdiffstats
path: root/community/pulseaudio/remove-once-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/pulseaudio/remove-once-test.patch')
-rw-r--r--community/pulseaudio/remove-once-test.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/pulseaudio/remove-once-test.patch b/community/pulseaudio/remove-once-test.patch
new file mode 100644
index 00000000000..757bcbeb5b5
--- /dev/null
+++ b/community/pulseaudio/remove-once-test.patch
@@ -0,0 +1,16 @@
+--- a/src/tests/meson.build
++++ b/src/tests/meson.build
+@@ -111,13 +111,6 @@
+ ]
+ endif
+
+- if host_machine.system() != 'darwin'
+- default_tests += [
+- [ 'once-test', 'once-test.c',
+- [ check_dep, thread_dep, libpulse_dep, libpulsecommon_dep, libpulsecore_dep, libatomic_ops_dep ] ],
+- ]
+- endif
+-
+ if alsa_dep.found()
+ default_tests += [
+ [ 'alsa-mixer-path-test', 'alsa-mixer-path-test.c',