mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
build-sys: Correct bluez support error if sbc is missing
This commit is contained in:
parent
2b26793f0f
commit
706e7aeb25
1 changed files with 1 additions and 1 deletions
|
|
@ -1012,7 +1012,7 @@ AS_IF([test "x$enable_bluez" != "xno"],
|
|||
AS_IF([test "x$HAVE_DBUS" != "x1"], HAVE_BLUEZ=0)
|
||||
|
||||
AS_IF([test "x$enable_bluez" = "xyes" && test "x$HAVE_BLUEZ" = "x0"],
|
||||
[AC_MSG_ERROR([*** BLUEZ support not found (requires D-Bus)])])
|
||||
[AC_MSG_ERROR([*** BLUEZ support not found (requires BlueZ, sbc, and D-Bus)])])
|
||||
|
||||
AC_SUBST(BLUEZ_CFLAGS)
|
||||
AC_SUBST(BLUEZ_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue