Don't enable D-Bus notification under Android by default

This commit is contained in:
Marius Kittler 2018-07-13 14:36:00 +02:00
parent 7472ddc5af
commit beb0ddcb77
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ else()
endif()
# configure support for D-Bus notifications
if(UNIX AND NOT APPLE)
if(UNIX AND NOT APPLE AND NOT ANDROID)
set(ENABLE_DBUS_NOTIFICATIONS_BY_DEFAULT ON)
else()
set(ENABLE_DBUS_NOTIFICATIONS_BY_DEFAULT OFF)