rework module-hal-detect and make it use module-alsa-card instead of module-alsa-sink/-source

This commit is contained in:
Lennart Poettering 2009-01-22 00:26:16 +01:00
parent b2ef19acc5
commit 3be4c31ee0
2 changed files with 314 additions and 352 deletions

View file

@ -876,7 +876,7 @@ AC_ARG_ENABLE([hal],
], ],
[hal=auto]) [hal=auto])
if test "x${hal}" != xno -a \( "x$HAVE_OSS" = "x1" -o "x$HAVE_ALSA" = "x1" \) ; then 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=1,
[ [
HAVE_HAL=0 HAVE_HAL=0

File diff suppressed because it is too large Load diff