diff options
author | Max Kellermann <max@musicpd.org> | 2018-05-31 10:54:27 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-06-02 19:15:56 +0200 |
commit | dc111bbec2b7cc500c155e48dffe1775c90b8e19 (patch) | |
tree | 4b4d8eea07511d6e8c354c205b4916741fc55273 /configure.ac | |
parent | acd61a0e8ecfa5504381361b0616baeeeaf0a594 (diff) |
odbus: import dbus-1 OO wrapper library
From https://github.com/CM4all/libcommon/commit/a7cef404c1f7eedff1a629da48f77491218ee281
To be used by upcoming code.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fcda38e85..1dea3e8f2 100644 --- a/configure.ac +++ b/configure.ac @@ -627,6 +627,12 @@ if test x$enable_libwrap = xyes; then 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]) |