From 8ba0b06b72e96604db51be8c032afd33fcabe400 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 11 May 2018 12:50:54 +0200 Subject: Move evolution-alarm-notify to evolution-data-server Apart of the move itself, it also contains a UI change of the notification dialog, the same as the changed way of dealing with the reminders: a) reminders persist between sessions, until they are dismissed b) snoozed reminders also persist between sessions. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index d39555b06..99481e5f3 100644 --- a/config.h.in +++ b/config.h.in @@ -199,3 +199,6 @@ /* gweather_info_new() has only one argument */ #cmakedefine HAVE_ONE_ARG_GWEATHER_INFO_NEW 1 + +/* evolution-alarm-notify - Define if using Canberra-GTK for sound */ +#cmakedefine HAVE_CANBERRA 1 -- cgit v1.2.1