summaryrefslogtreecommitdiff
path: root/src/CommandLine.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-05-31 10:54:27 +0200
committerMax Kellermann <max@musicpd.org>2018-06-02 19:15:56 +0200
commitdc111bbec2b7cc500c155e48dffe1775c90b8e19 (patch)
tree4b4d8eea07511d6e8c354c205b4916741fc55273 /src/CommandLine.cxx
parentacd61a0e8ecfa5504381361b0616baeeeaf0a594 (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 'src/CommandLine.cxx')
-rw-r--r--src/CommandLine.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx
index 6d74443f3..b615cab27 100644
--- a/src/CommandLine.cxx
+++ b/src/CommandLine.cxx
@@ -223,6 +223,9 @@ static void version(void)
#ifdef HAVE_AVAHI
" avahi"
#endif
+#ifdef ENABLE_DBUS
+ " dbus"
+#endif
#ifdef USE_EPOLL
" epoll"
#endif