build: bump gnome-bluetooth dependency to 3.9.3
gnome-bluetooth 3.9.3 is needed for bluetooth_client_get_connectable. https://bugzilla.gnome.org/show_bug.cgi?id=702784
This commit is contained in:
parent
aaa0630f80
commit
3d6efb12a3
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ if test x${have_networkmanager} = xyes; then
|
|||
fi
|
||||
|
||||
# Check for gnome-bluetooth
|
||||
PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.5.5,
|
||||
PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.9.3,
|
||||
[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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue