remove WITH_FREEDESKTOP_FRONTEND setting

This commit is contained in:
Patrick von Reth 2015-02-03 18:47:10 +01:00
parent 27059afc3e
commit b1fa5e0fb3
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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"