mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -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$HAVE_DBUS" != "x1"], HAVE_BLUEZ=0)
|
||||||
|
|
||||||
AS_IF([test "x$enable_bluez" = "xyes" && test "x$HAVE_BLUEZ" = "x0"],
|
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_CFLAGS)
|
||||||
AC_SUBST(BLUEZ_LIBS)
|
AC_SUBST(BLUEZ_LIBS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue