mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 16:55:42 +01:00
configure: Fix linking of alsatplg with the older libs
BugLink: https://github.com/alsa-project/alsa-utils/issues/33 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
34e373d0b1
commit
f77a269370
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ AM_CONDITIONAL(HAVE_TOPOLOGY, test "$have_topology" = "yes")
|
|||
AM_CONDITIONAL(HAVE_SAMPLERATE, test "$have_samplerate" = "yes")
|
||||
AM_CONDITIONAL(HAVE_FFADO, test "$have_ffado" = "yes")
|
||||
|
||||
# old libasound with the topology routines in the main library
|
||||
if test "x$have_topology" = "xyes" -a "x$ALSA_TOPOLOGY_LIBS" = "x"; then
|
||||
ALSA_TOPOLOGY_LIBS="$ALSA_LIBS"
|
||||
fi
|
||||
|
||||
dnl Use tinyalsa
|
||||
alsabat_backend_tiny=
|
||||
AC_ARG_ENABLE(alsabat_backend_tiny,
|
||||
|
|
Loading…
Reference in a new issue