mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
rework module-hal-detect and make it use module-alsa-card instead of module-alsa-sink/-source
This commit is contained in:
parent
b2ef19acc5
commit
3be4c31ee0
2 changed files with 314 additions and 352 deletions
|
|
@ -876,7 +876,7 @@ AC_ARG_ENABLE([hal],
|
|||
],
|
||||
[hal=auto])
|
||||
if test "x${hal}" != xno -a \( "x$HAVE_OSS" = "x1" -o "x$HAVE_ALSA" = "x1" \) ; then
|
||||
PKG_CHECK_MODULES(HAL, [ hal >= 0.5.7 ],
|
||||
PKG_CHECK_MODULES(HAL, [ hal >= 0.5.11 ],
|
||||
HAVE_HAL=1,
|
||||
[
|
||||
HAVE_HAL=0
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue