mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
build: Fix broken BlueZ configure check
The previous commit left an extra set of brackets, and missed removing the explicit dbus check (which is no longer needed since we're using gdbus).
This commit is contained in:
parent
5ebde18f03
commit
0319013726
1 changed files with 7 additions and 12 deletions
|
@ -1626,11 +1626,6 @@ AG_GST_CHECK_FEATURE(BLUEZ, [Bluez], bluez, [
|
|||
], [
|
||||
HAVE_BLUEZ=no
|
||||
])
|
||||
])
|
||||
AS_IF([ test x$HAVE_BLUEZ = xyes ],[
|
||||
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])
|
||||
])
|
||||
])
|
||||
|
||||
dnl *** OS/X AVCVideoServices ***
|
||||
|
|
Loading…
Reference in a new issue