bluetooth: Make panel required on Linux
But do it earlier than the end of configure messages.
This commit is contained in:
parent
f5e2dc9c12
commit
0c2247eafa
1 changed files with 2 additions and 0 deletions
|
@ -257,6 +257,8 @@ PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.18.2,
|
|||
[have_bluetooth=yes], have_bluetooth=no)
|
||||
if test "x$have_bluetooth" = xyes ; then
|
||||
AC_DEFINE(BUILD_BLUETOOTH, 1, [Define to 1 to build the Bluetooth panel])
|
||||
else
|
||||
linux_usb_error_or_warn "*** Bluetooth panel will not be built"
|
||||
fi
|
||||
AM_CONDITIONAL(BUILD_BLUETOOTH, [test x$have_bluetooth = xyes])
|
||||
if test x${have_bluetooth} = xyes; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue