bluetooth: Bump required gnome-bluetooth version
So that the new API is available.
This commit is contained in:
parent
0d4b2bc49b
commit
06c8bd4586
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ fi
|
|||
AM_CONDITIONAL(HAVE_NM_UNSTABLE, [test x$nm_unstable = xyes])
|
||||
|
||||
# Check for gnome-bluetooth
|
||||
PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.18.0,
|
||||
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])
|
||||
|
|
Loading…
Add table
Reference in a new issue