basic udisks2 support

To get udisks2 support started, this commit contains the configure.ac
option and a "neighbor" plugin which shows block devices.  Later, this
will allow mounting removable media with a new storage plugin.
This commit is contained in:
Max Kellermann
2018-05-31 10:52:36 +02:00
parent dc111bbec2
commit 3aade67046
6 changed files with 465 additions and 0 deletions

View File

@@ -226,6 +226,9 @@ static void version(void)
#ifdef ENABLE_DBUS
" dbus"
#endif
#ifdef ENABLE_UDISKS
" udisks"
#endif
#ifdef USE_EPOLL
" epoll"
#endif