bi: D-Bus isn't supposed to be an option on non-X11 platforms
This commit is contained in:
parent
00ad4fd9e5
commit
93a544e584
1 changed files with 4 additions and 0 deletions
|
@ -201,11 +201,15 @@ version_table_manager::version_table_manager()
|
|||
features.back().enabled = true;
|
||||
#endif
|
||||
|
||||
#ifdef _X11
|
||||
|
||||
features.push_back(N_("feature^D-Bus notifications back end"));
|
||||
#ifdef HAVE_LIBDBUS
|
||||
features.back().enabled = true;
|
||||
#endif
|
||||
|
||||
#endif /* _X11 */
|
||||
|
||||
#ifdef _WIN32
|
||||
// Always compiled in.
|
||||
features.push_back(N_("feature^Win32 notifications back-end"));
|
||||
|
|
Loading…
Add table
Reference in a new issue