mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
module-devd-detect: new module for soundcard hotplug on FreeBSD
Used in addition to module-detect, since devd only provides hotplug events. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/277>
This commit is contained in:
parent
0f70a6f519
commit
72792db74c
5 changed files with 153 additions and 0 deletions
|
|
@ -187,6 +187,8 @@ elif host_machine.system() == 'windows'
|
|||
pcreposix_dep = meson.get_compiler('c').find_library('pcreposix')
|
||||
platform_socket_dep = [ws2_32_dep, winsock_dep]
|
||||
platform_dep = [ole32_dep, ssp_dep, pcreposix_dep]
|
||||
elif host_machine.system() == 'freebsd'
|
||||
cdata.set('OS_IS_FREEBSD', 1)
|
||||
#elif host_machine.system() == 'solaris'
|
||||
# # Apparently meson has no solaris support?
|
||||
# # Needed to get declarations for msg_control and msg_controllen on Solaris
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue