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;
|
features.back().enabled = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _X11
|
||||||
|
|
||||||
features.push_back(N_("feature^D-Bus notifications back end"));
|
features.push_back(N_("feature^D-Bus notifications back end"));
|
||||||
#ifdef HAVE_LIBDBUS
|
#ifdef HAVE_LIBDBUS
|
||||||
features.back().enabled = true;
|
features.back().enabled = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* _X11 */
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
// Always compiled in.
|
// Always compiled in.
|
||||||
features.push_back(N_("feature^Win32 notifications back-end"));
|
features.push_back(N_("feature^Win32 notifications back-end"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue