mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 16:15:45 +00:00
remove WITH_FREEDESKTOP_FRONTEND setting
This commit is contained in:
parent
27059afc3e
commit
b1fa5e0fb3
@ -20,7 +20,6 @@ include(FeatureSummary)
|
||||
#######################################################################
|
||||
option(WITH_FRONTENDS "Build frontends currently only useful if WITH_SNORE_DAEMON=ON" OFF)
|
||||
option(WITH_SNORE_DAEMON "Build the Snore daemon, which redirects notifications" OFF)
|
||||
option(WITH_FREEDESKTOP_FRONTEND "Build the freedesktop frontend" OFF)
|
||||
#######################################################################
|
||||
|
||||
set(SNORE_VERSION_MAJOR 0)
|
||||
|
@ -1,4 +1,4 @@
|
||||
if(WITH_FREEDESKTOP_FRONTEND)
|
||||
if(WIN32 OR APPLE)
|
||||
find_package(Qt5DBus QUIET)
|
||||
set_package_properties(Qt5DBus PROPERTIES
|
||||
PURPOSE "Support for Freedesktop Notifications"
|
||||
|
Loading…
x
Reference in New Issue
Block a user