mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
Build HAL support only when either OSS or ALSA is available
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1196 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
dcd3acc0b8
commit
bf854c445a
1 changed files with 1 additions and 1 deletions
|
|
@ -650,7 +650,7 @@ AC_ARG_ENABLE([hal],
|
||||||
],
|
],
|
||||||
[hal=auto])
|
[hal=auto])
|
||||||
|
|
||||||
if test "x${hal}" != xno ; 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.7 ],
|
||||||
HAVE_HAL=1,
|
HAVE_HAL=1,
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue