odbus: import dbus-1 OO wrapper library

From https://github.com/CM4all/libcommon/commit/a7cef404c1f7eedff1a629da48f77491218ee281

To be used by upcoming code.
This commit is contained in:
Max Kellermann
2018-05-31 10:54:27 +02:00
parent acd61a0e8e
commit dc111bbec2
21 changed files with 1671 additions and 0 deletions
+7
View File
@@ -626,6 +626,12 @@ if test x$enable_libwrap = xyes; then
AC_DEFINE(HAVE_LIBWRAP, 1, [define to enable libwrap library])
fi
dnl ---------------------------------------------------------------------------
dnl D-Bus
dnl ---------------------------------------------------------------------------
MPD_ENABLE_AUTO_PKG(dbus, DBUS, [dbus-1], [D-Bus support], [dbus-1 not found])
dnl ---------------------------------------------------------------------------
dnl Metadata Plugins
dnl ---------------------------------------------------------------------------
@@ -1501,6 +1507,7 @@ results(soxr, [libsoxr])
results(libmpdclient, [libmpdclient])
results(inotify, [inotify])
results(sqlite, [SQLite])
results(dbus, [DBUS])
printf '\nMetadata support:\n\t'
results(id3,[ID3])