mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
win32: Add support for Unix sockets in autoconf build.
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/360>
This commit is contained in:
parent
4b3cc2df8d
commit
3c51930b61
2 changed files with 6 additions and 0 deletions
|
|
@ -206,8 +206,11 @@ bin_PROGRAMS += pasuspender
|
|||
endif
|
||||
|
||||
if HAVE_AF_UNIX
|
||||
if !OS_IS_WIN32
|
||||
# pacmd relies on Unix signals, which are not present on Windows.
|
||||
bin_PROGRAMS += pacmd
|
||||
endif
|
||||
endif
|
||||
|
||||
if HAVE_X11
|
||||
bin_PROGRAMS += pax11publish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue