summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-09-21 17:00:00 +0200
committerBastien Nocera <hadess@hadess.net>2015-09-21 17:00:00 +0200
commit205b1f27a3faa60805967ad1757757c0edd80d24 (patch)
treea21254f8c121768e6699692ca53e019f5c77c433
parente4df11b836b5e4fde521a242799c460503a32ff7 (diff)
downloadgnome-control-center-205b1f27a3faa60805967ad1757757c0edd80d24.tar.gz
build: Bump required gnome-bluetooth version
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c7adb6069..87e532c9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.17.90,
+PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.18.0,
[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])