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:
Arun Raghavan 2015-07-03 19:24:58 +05:30
parent 5ebde18f03
commit 0319013726

View file

@ -1627,11 +1627,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 ***
translit(dnm, m, l) AM_CONDITIONAL(USE_AVC, true)