mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
configure: also check for bluez for bluetooth/bluetooth.h
Fixes build on machines where bluez headers are not available.
This commit is contained in:
parent
acf06f602d
commit
bd175c4bae
1 changed files with 6 additions and 2 deletions
|
@ -844,8 +844,12 @@ fi
|
|||
dnl *** bluez ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_BLUEZ, true)
|
||||
AG_GST_CHECK_FEATURE(BLUEZ, [Bluez], bluez, [
|
||||
PKG_CHECK_MODULES([BLUEZ], [bluez < 5.0], [
|
||||
dnl FIXME: we should be able to replace this with the GLib DBus stuff
|
||||
PKG_CHECK_MODULES([DBUS], [dbus-1], [HAVE_BLUEZ=yes], [HAVE_BLUEZ=no])
|
||||
], [
|
||||
HAVE_BLUEZ=no
|
||||
])
|
||||
])
|
||||
|
||||
dnl *** OS X videosrc ***
|
||||
|
|
Loading…
Reference in a new issue