config: Check for new required GnomeBluetooth API
Client.default_adapter_state is a recent API addition, so update the HAVE_BLUETOOTH check accordingly before depending on it. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2444>
This commit is contained in:
parent
e07132a63a
commit
9bda370636
@ -19,7 +19,8 @@ var PKGDATADIR = '@datadir@/@PACKAGE_NAME@';
|
||||
/* g-i package versions */
|
||||
var LIBMUTTER_API_VERSION = '@LIBMUTTER_API_VERSION@'
|
||||
|
||||
var HAVE_BLUETOOTH = pkg.checkSymbol('GnomeBluetooth', '3.0');
|
||||
var HAVE_BLUETOOTH = pkg.checkSymbol('GnomeBluetooth', '3.0',
|
||||
'Client.default_adapter_state')
|
||||
var HAVE_RECORDER =
|
||||
pkg.checkSymbol('Gst', '1.0') &&
|
||||
imports.gi.Gst.init_check(null) &&
|
||||
|
Loading…
Reference in New Issue
Block a user