bluez: enable bluez plugin

Seems to mostly work now.

https://bugzilla.gnome.org/show_bug.cgi?id=690582
This commit is contained in:
Tim-Philipp Müller 2013-04-01 21:49:49 +01:00
parent a25b38f1a3
commit acf06f602d

View file

@ -846,9 +846,6 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_BLUEZ, true)
AG_GST_CHECK_FEATURE(BLUEZ, [Bluez], bluez, [ AG_GST_CHECK_FEATURE(BLUEZ, [Bluez], bluez, [
dnl FIXME: we should be able to replace this with the GLib DBus stuff 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]) PKG_CHECK_MODULES([DBUS], [dbus-1], [HAVE_BLUEZ=yes], [HAVE_BLUEZ=no])
AC_MSG_NOTICE([Disabling bluez plugin for now, does not work yet])
HAVE_BLUEZ=no
]) ])
dnl *** OS X videosrc *** dnl *** OS X videosrc ***