mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
11 lines
381 B
Diff
11 lines
381 B
Diff
--- ./src/daemon/meson.build.orig 2021-07-27 15:02:27.738868200 -0500
|
|||
+++ ./src/daemon/meson.build 2021-08-09 13:15:24.344941127 -0500
|
|||
@@ -38,6 +38,7 @@
|
|||
if x11_dep.found()
|
|||
conf = configuration_data()
|
|||
conf.set('PACTL_BINARY', join_paths(bindir, 'pactl'))
|
|||
+ conf.set('PA_BINARY', join_paths(bindir, 'pulseaudio'))
|
|||
|
|||
configure_file(
|
|||
input : 'start-pulseaudio-x11.in',
|